Check configs in file PROJECT_ROOT/config.js
or environment variables.
Run application
docker-compose up
# or
npm install && npm run start
For example, configure app to run on localhost:3000
- http://localhost:3000/ - Main page
- http://localhost:3000/api/ - API endpoint
- http://localhost:3000/openapi.json - Open API schema
- http://localhost:3000/openapi.html - Swagger location (API description)
Run tests console command:
docker-compose -f docker-compose.test.yml run --rm web
- Backend
- Frontend
- Docker
- Tests
MIT