Tutorial for HowToGraphQL with Typescript, Apollo-Server, Nexus and Prisma.
This is the state of the project at the beginning of chapter-9.
- Run
npm install
- Run
npx prisma generate
- Run
npm dev
Note: There's no need to run migrations on the database because the SQLite Database is added to version control for convenience.