Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Overview:
Frontend: React JS
Backend: Node JS
Database: MySQL


Steps to run:

  1. install Node js, MySQL Workbench, MySQL Installer, create a new connection in MySQL Workbench with any connection name.
  2. git clone into your local file storage
  3. run the following commands in cmd terminal:
  4. cd backend && npm i
  5. cd ../frontend && npm i
  6. navigate to db_setup and run the two sql queries (data.sql and setup.sql in MySQL Workbench) to initialize your database.
  7. use "cd backend" in cmd and use "npm start" to start the backend server.
  8. use "cd frontend" in cmd and use "npm run dev" to run frontend (Vite + React).
  9. after inserting values see if values are successfully inserted into the table.
  10. NEW (22-Oct-2025) also install NODEMON into backend, it allows dynamic updation of server without restarting it.
  11. under package json in backend modify "start":"nodemon server.js"
  12. default pass for all emails is '123'.

About

Resource Management System (Web App)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages