Project containing the material developed during the next level week: Together organized by rocket seat. Nlw Valoriza is an API that has as its primary goal to create a more collaborative and positive workspace by giving the coworkers of an organization a space where they will be able to give positive feedback and compliments to each other boosting their well being and tengagement at the workspace.
To use this project you will need to have both git, docker and nodejs installed and properly configured in your machine. Next, you can follow the steps that follows:
- Clone the repository
- Move to the project root
- Create an POSTGRES_CONFIG.env file at the root of the project (following the template)
- Type docker-compose up -d
Routes and resources: | |||
---|---|---|---|
route | method | description | Returned data |
/users | POST | Creates a new user | The data of the newly created user |
/tags | POST | Creates a new tag | The data of the newly created tag |