Skip to content

akivjaved/ecommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Project

E-commerce project using GraphQL with stack: NestJS - ReactJS(NextJS) - MongoDB

(Client is working in progress...)

Technologies

  • Backend
    • TypeScript
    • NodeJS (via NestJS)
    • GraphQL (via @nestjs/graphql)
    • Upload image with firebase bucket
    • Email verification with sendgrid
    • Testing: Unit tests, e2e tests with jest
  • Frontend
    • TypeScript
    • ReactJS (via NextJS)
    • Apollo GraphQL
    • React Bootstrap + SCSS for styling
    • Testing: jest & react-library testing
  • Database
    • MongoDB
    • Data provides: scrapping from other website with scrapy (python)

Features

  • Auth: Jwt, refresh-token, verification email
  • Send email with Nodemailer+Sendgrid
  • Full featured shopping cart
  • Product reviews and ratings
  • Top products carousel
  • Product pagination
  • Product search feature
  • User profile with orders
  • Admin product management
  • Admin user management
  • Admin Order details page
  • Mark orders as delivered option
  • Checkout process (shipping, payment method, etc)
  • PayPal / credit card integration
  • Upload images with Multer + Firebase storage
  • Testing: Unit tests, end to end tests
  • CI-CD: Github actions

home page

About

Ecommerce GraphQL project with NestJS - NextJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.0%
  • Python 4.8%
  • JavaScript 1.3%
  • CSS 1.2%
  • SCSS 1.1%
  • Handlebars 0.4%
  • Shell 0.2%