This REST API was developed with the purpose of managing a company's system, having the possibility to add managers, employees, create projects and relate employees to projects.
- Clone the repository.
- Run the following commands:
npm start
To run this project, you will need to fill the .env file with the following environment variables:
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"