- Nest
- Typeorm
- Graphql
- JWT
- Passport
- Postgres
- Docker Compose
- Tslint
- Prettier
- E2E tests
- Deployed on Heroku
- You'll need to create a
.env
file as in.env.sample
npm install
docker-compose up -d
npm run start:dev
- Link to access your playground
- Place your token in header like:
{Authorization:'Bearer <token>'}