Subman is a web application that allows users to manage (CRUD) their service subscriptions (Netflix, Amazon Prime...) and offers the following features:
- Adding subscriptions containing:
- Service name
- Date of subscription start
- Price
- Recurrence of the payment
- Python3
- Flask
- HTML/CSS
- Bootstrap
- SQLAlchemy
- SQLite
- Install python packages
pip3 install -r requirements.txt
- Create SQLite database: from the project folder run:
sqlite3 subman.db .exit
- Start the flask server:
python3 application.py
- Open browser and go to the address http://localhost:5000





