RSS Buddy is a user-friendly and efficient tool designed to help dealers in the petrol bunk to manage and track the credits provided to truck owners. The primary objective of this Flask-based web application is to streamline the process of credit management ensuring accurate and transparent tracking of bills between dealers and truck owners.
Here're some of the project's best features:
- Smooth Design
- User Friendly
- Responsive
1. Clone repository
git clone https://github.com/vijeshvs/rssbuddy
2. Create virtual env
virtualenv rss
3. Activate virtualenv
source rss/bin/activate
4. Install Required Libraries
pip install -r requirements.txt
5. For dev env
pip install psycopg2-binary
6. Run app
python run.py
Technologies used in the project:
- Flask
- Python
- CSS
- HTML
- Bootstrap