Skip to content

terrorizer1980/e-shop

 
 

Repository files navigation

e-shop

An e-commerce site selling personal ev wheels with admin management functionality.

.V2 (2021)

Changed the look of all the screens. Removed all the bootstrap and replaced with basic CSS.

Server with Node js

  • Express framework
  • Use MongoDB for database
  • REST API for user, order, and products

Instructions:

  • Clone with HTTPS
git clone: https://github.com/VanVDC/e-shop.git
  • npm install
  • Create an .env files for server.
  • Create a mongoDB account and get the url
  • add mongoDB url in the env file
MONGO_URL=your-key-here

-create a paypal account and get the id

PAYPAL_CLIENT_ID=your-id-here
  • npm dev to start the client and server together
  • Visit localhost:3000

Built With:

Demo:

user: tom@gmail.com
pass: 123456

About

A MERN e-commerce site selling personal EV wheels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • CSS 11.1%
  • HTML 0.5%