Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 362 Bytes

Askagirl backend

Backend module for the best mobile live coaching app ever.

How to start development and run tests

  1. Clone this repo
  2. Run docker-compose build --no-cache
  3. Run docker-compose up -d
  4. Run cp .env.example .env
  5. To install dependencies run docker-compose exec backend yarn
  6. Run tests docker-compose exec backend yarn test