API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.
Visual Studio Code
- Run the command npm run restore in the Terminal.
- Run the command npm run start in the Terminal.
- Open http://localhost:3000 in the Web Browser.
Docker
- Run the command docker compose up --detach --build --force-recreate --remove-orphans in the Terminal.
- Open http://localhost:4000 in the Web Browser.