/lorenzo-e-commerce

E-commerce app

Primary LanguageJavaScript

Lorenzo-e-commerce

Live preview

Heroku app

Technologies

Made with Express, MongoDB and Passport.

Installation

After cloning the repo, install all the dependencies

npm i

Now Create a .env file and add the following variables:

  • URI to a MongoDB database
  • Session secret
MONGODB_URL = "mongodb://localhost:27017/lorenzo-e-commerce"
SESSION_SECRET = "banana"

Now you are ready to run the app with nodemon:

npm run watch

Open localhost:3000 in your favourite browser to see the app running