A Real-world application for a better interaction between students and teacher to make education simpler.
- Developed a Web Application that allows smooth interaction between Students and Teachers in Online Education.
- Added various features, including creating classrooms, joining a subject, posting assignments, scheduling classes, and assigning marks that can be seen by a particular student.
- Designed UI using ReactJs and Material UI, server using NodeJs, ExpressJs, and MongoDB as a Database service.
- One Safe place for all your notes.
- Node, Express
- ReactJs, Material Ui, Redux
- MongoDB, mongooose
-
create .env file in root directory
MONGO_URI="YOUR MONGO_URI"
NODE_ENV
="PRODUCTION/DEVELOPMENT"
PORT
=8800 -
client side
Go to frontend directory and runnpm i && npm start
command. -
server side
Go to root directory and runnpm i && npm start
command.