Skip to content

thewebplug/Jumanji-online-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUMANJI ONLINE STORE

This repository contains the code for my ecommerce website, built with VanillaJs, NodeJs and ExpressJs.


Run locally


1. Clone repository

git clone https://github.com/thewebplug/Jumanji-online-store

cd Jumanji-online-store

2. Setup MongoDB

3.Create .env filr

  • Create.env file in project folder
  • Enter these lines to that:
MONGODB_URL=mongodb://localhost/jumanji
JWT_SECRET="something secret"
PAYSTACK_PUBLIC_KEY="your paystack public key"
PAYSTACK_SECRET_KEY="your paystack secret key"

4. Create dist folder in root folder

5. Run Backend

$ npm install
$ npm run build
$ npm run start

6. Run Frontend

#open new terminal
$ cd frontend
$ npm install
$ npm start

7. Create Admin User


CREDIT

This ecommerece website is based off JS Amazona Template, developed by Bassir Jafarzadeh

LICENSE

About

An ecommerce website integrated with online payment(Paystack)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published