A clone of the site teamseas.org using NestJS, Prisma, Apollo, React
- Postgres
This command uses the concurrent library to start multiple process simultaneously, so that the NestJS server starts, Apollo graphQL generator starts and the Prisma generator starts.
npm run dev
To seed the Database
npx prisma db seed
Add better logging