Hiring Dashboard is a Web application to support the recruitment process of an IT business.
- Node.Js
- Nodemon
- Angular CLI
- PostgreSQL
- Clone it
git clone https://github.com/luisb239/Hiring_Dashboard.git
- Go to the project's directory and start the server
cd server
npm start
- Start the client
cd ../client
npm start