cd backend
yarn install
yarn start
cd frontend
yarn install
yarn serve
- There is no need to setup an extra database since we use an sqlite file here.
- Graphql 16 is not supported yet in Type-Graphql.
This project is inspired by the type-graphql examples by Michal Lytek: https://github.com/MichalLytek/type-graphql/tree/master/examples/typeorm-basic-usage