/goceries-app

Primary LanguageJavaScriptMIT LicenseMIT


GO-ceries

A minimal online storefront build using

npm


Storefront

Key Features

  • 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

Required dependencies

  • "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"

How To Use

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

Credits

This software uses code from several open source packages.

Contributors