Skip to content

Rebranding and remake of an e-commerce website with MERN stack(MongoDB, Express.js, React.js, Node.js)

Notifications You must be signed in to change notification settings

clemcodes/golden-shoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Shoe

Built with

React, CSS3, React-Bootstrap, Node.js, Express.js, MongoDB

Demo

Get Started

This project uses ES Modules in the backend, so make sure you have at least Node v14.6+ to run the project

Env Variables

Create a .env file in the root directory and add the following

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri

Install Dependencies & Run

Run the following commands to install all the dependencies and run the prototype, given node and npm is available:

  1. Change to client folder - npm install
  2. Change back to the root directory - npm install
  3. To run both frontend(:3000) and backend(:5000) - npm run dev

Seed Database

You can use the following commands to seed the database

// To import data
npm run data:import

// To destroy data
npm run data:destroy

About

Rebranding and remake of an e-commerce website with MERN stack(MongoDB, Express.js, React.js, Node.js)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published