A shopping site for a fictional small shop.
Using the MVC (Model-View-Controller) design pattern.
git clone https://github.com/ariemad/Hey-Neighbor.git
cd Hey-Neighbor
npm install
//Replace [CONNECTION STRING]
echo 'MONGO_KEY = '[CONNECTION STRING]' > .env
//Populate your mongoDB Database
node ./populate/repopulatedb.js
npm run start
PRs accepted.
Please contact me if you wish to contribute.
MIT © Daniel Bray