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