This project is out-dated and no longer maintained. If you wish to contribute/maintain please raise an issue.
Support this project : [Donate] (http://imojo.in/bv12it)
- Install Meteor
- Run 'meteor' in the app directory
- On starting, the admin email and password will be displayed in the console. Use this to gain admin access to the site. These credentials will be re-generated everytime, the meteor server restarts.
- Product listing page with sorting and filter options
- Categories for Products
- Admin Panel to add,edit product and categories and see the orders
- Inbuilt integration for Instamojo Payment Gateway along with Cash on Delivery
Setting up Instamojo Payment Gateway
- Open file server/methods.js
- Replace 'API_KEY' and 'AUTH_TOKEN' with the code you get from Instamojo
- Also replace the links 'https://test.instamojo.com/api/1.1/payment-requests/' with 'https://www.instamojo.com/api/1.1/payment-requests/'
Follow the flight path on Trello