Skip to content

Codered9/ShopIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopIT - Full Ecommerce Website

Built using full MERN stack.

Source and Motive

This complete project is built along with a MERN Course on Udemy.

Env Variables

Add your config variables values in the config.env file in backend/config folder as shown in the course.

Install Dependencies (Frontend)

cd frontend
npm i

Install Dependencies (Backend)

npm i

Seed Database

Use the following commeand to put some dummy products in that database. Run it in the root folder.

npm run seeder

Tech Stack

  • Backend
    • Nodejs - Backend Server
    • Expressjs - Nodejs Framework to handle routing
    • Mongoose - Mongodb based Database to store product data, user data etc.
    • Cloudinary - CDN to store product images, user avatar images.
    • Stripe - Handles payments.
  • Frontend
    • Reactjs - Frontend UI

Deployed on Heroku.

About

Full Ecommerce website built on MERN Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published