An interface for office admin to manage employees in an organization.
Live Version: https://office-manager-app.herokuapp.com/
- Add, View and Delete employees
- Link an subordinate with a supervisor
- Rate limiting on the server side
- clone the project
- Run
npm install
- This will download all the dependencies required for the app - Do any one of the following based on your requirement,
- Run
npm run dev
- To start the project in development mode - Run
npm run server
- To start only the server - Run
npm run client
- To start only the client
- Run
https://github.com/karthickram286/office-manager-app/issues
- Run the project in development mode
- Make the changes
- Make a PR.