/online-shop

Express-MongoDB Online Shopping Website

Primary LanguageJavaScript

Online Shop

Express-MongoDB MVC Online Shopping Web Application

Tutorial

KMRScript - Dive into Node JS Development (Arabic)

Run locally

  • Clone the repository
  • Set SHOP_DB_URI enviromental variable to a MongoDB database uri (Default: mongodb://127.0.0.1:27017/online-shop)
  • Run npm install then npm start
  • Visit localhost:3000