Skip to content

0styx0/ecommerce-nestjs

Repository files navigation

About

Nest.JS GraphQL server for an e-commerce website.

Running a query in the GraphQL server

Technologies

  • TypeScript
  • GraphQL
  • Nest.JS
  • MongoDB
  • TypeOrm
  • Docker

How to use

Setup

  1. Clone the repo
  2. Create a .env using .env.example as a template
  3. Create the database: docker-compose up -d
  4. Seed the database:yarn ts-node src/db/seed.ts
  5. Start the app: yarn start:dev

Hit the server

  1. Navigate to http://localhost:3000/graphql
  2. Create a request

About

E-commerce website using NestJS, TypeScript, TypeORM, MongoDB

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published