/express-mongo-docker-api

Project made for learning rest api architecture, this api have services for user registration and login per token

Primary LanguageJavaScript

express-mongo-docker-api

about

This project is a simple study about development api with docker others and tecnologies for exemple:

Node Ex mongo

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 !

Install project

  • 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