Repeating Event Calculator using Flask
This app is a repeating event calculator that calculates the next due date based on repeating events.
Getting Started
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt.
- Create a migration using
flask db init.
- Create a migration script using
flask db migrate.
- Apply the migration using
flask db upgrade.
- Run the app using
flask run.