/NessCommerceBack

A Ecommerce Web Site where you can shoppe!

Primary LanguageJavaScript

NessCommerce BackEnd

A Ecommerce Web Site written in React where you can shoppe!

Try it now here

How to run:

  1. Clone this project.
  2. Create a .env archive on folder project and set whats below on it:
MONGO_URI=mongodb://localhost:27017
PORT=5000
JWT_SECRET= *secret-word, as you choose*
JWT_EXPIRATION= *time to token expiration (seconds), as you wish*
  1. Install dependencies
npm i
  1. Run the front-end with
npm run dev
  1. Go to FrontEnd Page Right Here, and clone it and follow the step by step to run it.
  2. Try for yourself...