Skip to content

haynaou/subscriptions-manager-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subman - Subscriptions Manager Project

Description

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

Technologies

  • Python3
  • Flask
  • HTML/CSS
  • Bootstrap
  • SQLAlchemy
  • SQLite

Usage

  1. Install python packages
    pip3 install -r requirements.txt
  2. Create SQLite database: from the project folder run:
    sqlite3 subman.db
    .exit
  3. Start the flask server:
    python3 application.py
  4. Open browser and go to the address http://localhost:5000

Screenshots

  • Index page:

  • Login/Register:

  • Add subscription:

  • Update/delete subscription:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors