https://github.com/vijeshvs/rssbuddy
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.
https://github.com/vijeshvs/rssbuddy
bootstrap flask postgres python sqlalchemy
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vijeshvs/rssbuddy
- Owner: VijeshVS
- Created: 2023-07-11T06:49:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T05:09:50.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:23:26.855Z (over 1 year ago)
- Topics: bootstrap, flask, postgres, python, sqlalchemy
- Language: HTML
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RSS Buddy

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.
🧐 Features
Here're some of the project's best features:
* Smooth Design
* User Friendly
* Responsive
🛠️ Installation Steps:
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
```
💻 Built with
Technologies used in the project:
* Flask
* Python
* CSS
* HTML
* Bootstrap