- Nextjs
- Tailwind CSS
- Chakra UI
- Express
- Mongodb
- Mongoose
- User Registration
- User Login/Logout
- View Attendance Dashboard
- Add/Delete Subject
- Mark Present/Absent
- Create a new mongodb database named
neuclide.- you can set other names also, then it needs to be updated in
.envfile also.
- you can set other names also, then it needs to be updated in
cd ./server- install the dependencies
yarn- copy
.env.exampleto.envand fill the contentscp .env.example .env
- run the server
yarn devstart
cd ./client- install the required node modules
yarn
- run it
yarn dev




