An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

RSS Buddy

project-image

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