https://github.com/aayusharora/farm-fresh
Add your Surplus here
https://github.com/aayusharora/farm-fresh
python web2py
Last synced: 8 months ago
JSON representation
Add your Surplus here
- Host: GitHub
- URL: https://github.com/aayusharora/farm-fresh
- Owner: aayusharora
- License: other
- Created: 2017-04-20T18:14:38.000Z (about 9 years ago)
- Default Branch: master1
- Last Pushed: 2017-04-21T20:56:24.000Z (about 9 years ago)
- Last Synced: 2025-01-29T16:11:46.977Z (over 1 year ago)
- Topics: python, web2py
- Language: Python
- Homepage: https://aayush.pythonanywhere.com/FarmProduct/products/view
- Size: 1.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farm-Fresh
### The farm-fresh app aims to solve the problem of Indian farmers, so that they can directly set the prices of their surplus online without the retailers help. This is done to make the process easy and to remove a chain of retailers that increases the actual cost of product.
# Technology Used
- Python web2py
# How to setup
- Go to [web2py official repository](https://github.com/web2py/web2py)
- Clone the above repository
- cd `web2py/applications`
- `mkdir FarmProducts` and copy the files of above repository inside `FarmProducts`
- Run web2py from root using `python web2py.py`
- The server will run on `http://127.0.0.1:8000`
# Features
- CRUD Application using Python
- Model View Controller pattern Using Python
- User authentication and Acess control