Skip to content

agamtheos/tokokita-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toko Kita E-Commerce

Simple E-Commerce Website

Build w/ :

        - Vanilla Js (Actually it's pure Js) IYKWIM
        - Node Js
        - Express Js
        - MongoDB

Run Local :

1. Install MongoDB

Download from MongoDB and install

2. Create .env file

  • Create .env file in project folder
  • Enter line :
MONGODB_URL=<your mongodb url>
JWT_SECRET=<your secret token>

3. Run Backend

  • On terminal root project folder
$ npm install
$ npm start

4. Run Frontend

  • On new Terminal root project folder
$ cd frontend
$ npm run install
$ npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published