This project is a simple study about development api with docker
others and tecnologies for exemple:
The main reason for creating this project was to use my developer skills in REST API
development with a focus on using design patterns and clean architecture.
The project hava controller and routes for register and login user !
- Open the terminal
- Next, install project with the command:
npm install
- After the installation is complete, you can run project with the command:
npm run dev