Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 774 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 774 Bytes

Faculty Approval Management system

Installation steps

  • Install nodejs and npm
  • clone the repo
  • Navigate to server directory cd server
  • npm install
  • nodemon
  • Navigate to client directory cd client
  • npm install
  • npm start

Go to http://localhost:3000