First service for searching teammates from Ukraine 🇺🇦
Install my-project with npm
$ git clone https://github.com/gavrylenkoIvan/team-ua
$ cd team-ua
$ npm i
To run this project in development mode, you need docker running on tour machine:
$ npm run services:up
$ npm run start:dev
To insert games list into your postgres db, run:
$ npm run migrations:up
You can find both compodoc and regular documentation for this project.
$ npm run compodoc:dev
$ npm run docs:dev