Table of Contents
This is the course work submition of Sam McRuvie (150933) for CM4024 Enterprise Web Development.
A coffee roasting/selling e-comers website. That displays the company’s (“Coffee house roastery”) products. Users can not order directly form the site but can view the range of products! This app tracks product views and user demographics of views on products on products
This guide shows you how to install and run the development version of the CM4025_Enterprise-Web-Development_Coursework project
- Clone the repo
git clone https://github.com/MadLadMadara/CM4025_Enterprise-Web-Development_Coursework.git
- Install NPM packages
npm install
- Run develpment verion with ENV variables
PORT=<your_port> JWT_SECRET="<your_secret>" MONGODB_URI="<your_mongo_db_URL>" npm run-script development
Distributed under the MIT License. See LICENSE
for more information.