This repository is a starter kit for backend development using the following stack:
- ExpressJS
- GraphQL
- TypeORM
To install node dependences:
yarnTo start the docker server:
make server.startTo generate the migrations
make database.migrateTo apply the pending mirations
make database.upgrade