Skip to content

jadeye/eCom-hackathon-starter-based

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published