Skip to content

RajVarsani/ecommerce-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Technologies Used

Frontend:

  • React
  • Axios
  • React-toastify
  • Redux
  • Material-ui

Backend:

  • Nodejs
  • Express
  • Mongoose
  • Swagger
  • Pino

Getting Started

  • Clone the repository
$ git clone https://github.com/rajvarsani/ecommerce-demo
  • Open the folder containing the cloned repository
  • Create .env according to the given .env.example file for both frontend and backend

Backend

# Go to the backend directory
$ cd backend

# Install the required deps
$ npm i

# Start the project in development mode
$ npm run dev

# Open http://localhost:8000 to view the API documentation.

Frontend

# Go to the frontend directory
$ cd frontend

# Install the required deps
$ npm i

# Start the project in development mode
$ npm start

# Go to http://localhost:3000 to view the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published