- Admin Login and Student Login
- Admin and Student Dashboard
- Adding Library Members
- Adding Books with Available Copies
- Issue and Return Transaction tracking of a Book by the Member
- Reserving a book for specific dates
- Showing the Achievements, Event Gallery
-
Fork the Repo
-
Clone the repo to your local machine
git clone <repo-url>
-
Get into the chatapp directory
cd frontend -
Run
yarnto install dependencies -
Create a
.envfile and create variables as mentioned in the.env.examplewith the values -
Run
yarn startto start the application -
Register yourself as admin by running on api http://localhost:8888/api/auth/register
-
Pass the data in the following format:
{ "userType":"employee", "userFullName":"", "admissionId":1, "age": 21, "dob": "16-1-2002", "gender": "Male", "address": "", "mobileNumber": 8497559410, "email": "xxx@gmail.com", "password": "xyz", "isAdmin": false }
-
Get into backend directory
cd backend -
Run
yarnto install dependencies -
Create a MongoDB account and get the MONOGO_URL for connecting the server and the Database
-
Create a
.envfile and create variables as mentioned in the.env.examplewith the values -
Run
node server.jsto start the server [Should have installed nodemon globally]
- ReactJS[Hooks]
- NodeJs
- ExpressJs
- MongoDB