API using Node, Express, MongoDB, ESLint, Prettier, Folder-by-Feature Structure.
Visual Studio Code
- Run the command docker compose up --detach --build --force-recreate --remove-orphans in the Terminal.
- Run the command npm run restore in the Terminal.
- Run the command npm run start in the Terminal.
- Press F5 (only for debugging).
- 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.