- Git - Download & Install Git.
- Node.js - Download & Install Node.js and the npm package manager.
- Docker - Download & Install Docker.
git clone {repository URL}
npm install
npm start
Run in terminal:
docker-compose up
If you want to stop, open new terminal, then enter:
docker-compose down
Rebuild images & start containers:
docker compose up --build
Сonnected services:
- PostgreSQL
- pgAdmin
- Express
After starting the app on port (4000 as default) you can open in your browser OpenAPI documentation by typing http://localhost:4000/doc/.
If you're using VSCode, you can get a better developer experience from integration with ESLint and Prettier extensions.
npm run lint
Press F5 to debug.
For more information, visit: https://code.visualstudio.com/docs/editor/debugging