We created this project as a part of Database Management System Course.
In this project we created a Apartment management system with user interface and database support.This project is a part of our curriculum, here we solved the problem of manual entry of data in apartments by creating user interface and storing data in mysql database.
Admin
Owner
Tenant
Employee
All the admins, owners, tenant, employees can login and logout.
First, clone the github repo
Then, install the dependencies by opening the terminal with path as that of cloned github folder and do the following
For Client side, cd client
npm install
For Server side, cd server
npm install
Install MySql workbench if you don't have one, and then import the export.sql file under database folder in workbench.
Then in server folder create a file "config_sql.js" add localhost name, database name, username and password of your sql workbench and export it.
Now to run, type the following
For client,
npm run start
For sever, npm run start
Now, you can use the project.
D K Suryah |
Tharunprasath A S |
Yuvarraj S |
Shivanesh S |
Thank you!?