Admin Credentials
Email: [email protected] Password: admin123
User Credentials
Email : [email protected] Password: user123
Installation
Client side installation
cd client npm install npm start
Server side installation
cd api npm install npm run start-server or node index.js
System explanation
There is two user role one is admin and student(user). The admin can insert, delete, update and view user. And the user can create, update, view and delete notes. Both user and admin can eidt there profiles.
Technologies used
React, nodeJs, Express js, mongoDB