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:
- FACEBOOK_ID= (your fb app id)
- FACEBOOK_SECRET= (your app secret)
- FACEBOOK_CALLBACK_URL=/auth/facebook/callback