Skip to content

Latest commit

 

History

History
executable file
·
57 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

executable file
·
57 lines (40 loc) · 1.76 KB

Koa application

Node.js Koa.js Vue.js Bootstrap Open API Swagger PostgreSQL License

Usage

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

Tests

Run tests console command:

docker-compose -f docker-compose.test.yml run --rm web

Features

  • Backend
  • Frontend
  • Docker
  • Tests

License

MIT