Nest.JS GraphQL server for an e-commerce website.
- TypeScript
- GraphQL
- Nest.JS
- MongoDB
- TypeOrm
- Docker
- Clone the repo
- Create a
.env
using.env.example
as a template - Create the database:
docker-compose up -d
- Seed the database:
yarn ts-node src/db/seed.ts
- Start the app:
yarn start:dev
- Navigate to http://localhost:3000/graphql
- Create a request