An application for human resource team or recruitment consultancies to fasten hiring process, scheduling interviews and tracking candidates.
-
API
- Node
- Express
- MongoDB
-
Web
- React
- Redux
- React Router
- Material UI
-
Prerequisites
- Node
- MongoDB
-
Clone repo
-
Switch to
code
directorycd code
-
Setup
- API: Install packages and database setup
cd api
andnpm run setup
- Webapp: Install packages
cd web
andnpm install
- API: Install packages and database setup
-
Development
- Run API
cd api
andnpm start
, browse at https://localhost:3000/ - Run Webapp
cd web
andnpm start
, browse web at https://localhost:3001/
- Run API