Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 360 Bytes

Shopping Website

A Shopping Website made with node.js, express and handlebars

step 1

open terminal and type npm install it installs all the packages needed for the app to run.

step 2

make a file called .env

SESSION_SECRET=a session secret
MONGO=your mongo string

copy paste these things.

step 3

on the terminal type npm start.