/eCom-hackathon-starter-based

MEAN Stack eCommerce shop based on Sahat's hackathon-starter

Primary LanguageCSSMIT LicenseMIT

eCom-hackathon-starter-based

This is a working MEAN Stack eCommerce shop based on https://github.com/sahat/hackathon-starter.
The shop can be seen functional online:
http://www.eatorganicvegetable.com/.
This is a free heroku app so it might take a few seconds to load....

In order for this app to work either localy or online,
An .env.configs must be created at the root of the project with all your config params, eg:.

  • MONGODB_URI=mongodb://localhost:27017/test - for a local mongodb only (unless specified otherwise by host)
  • Each social login you wish to use needs to have the following:
    1. FACEBOOK_ID= (your fb app id)
    2. FACEBOOK_SECRET= (your app secret)
    3. FACEBOOK_CALLBACK_URL=/auth/facebook/callback