- Admin Panel being able to Create/GET/update/remove items in the storefront
- Interactive storefront
- Local Authentication features
- Unique authentication between home login and admin login
- "bcrypt": "^1.0.3",
- "body-parser": "^1.18.2",
- "dotenv": "^4.0.0",
- "ejs": "^2.5.7",
- "express": "^4.16.2",
- "express-session": "^1.15.6",
- "lodash": "^4.17.4",
- "mongodb": "^2.2.33",
- "mongoose": "^4.12.1"
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/MattRay0295/goceries-app.git
# Go into the repository
$ cd goceries-app
# Install dependencies
$ npm install
# Run the app
$ npm start
This software uses code from several open source packages.