/Flask-Task-Manager

A repository for a task manager web app

Primary LanguagePython

Task Manager Web App

Description

This project uses Flask (a micro web framework written in Python) and SQLAlchemy to create a Task manager where you can create, delete, and update tasks.

To run the project on your local machine, clone the repo and follow the steps below.

I went ahead and deployed the app on Heroku.

Prerequisites

  • Python Version 3.8 and above

How To Run the app

# Install virtualenv:

$ pip install virtualenv

# Open a terminal in the project root directory and run:

$ virtualenv env

# Run the command below to activate the virtual env

$ .\env\Scripts\activate

# Install the dependencies:

$ (env) pip install -r requirements.txt

# Start the web server:

$ (env) python app.py

Screenshots

No tasks

With tasks

many tasks