Skip to content

pira245/FlaskTasksManager

Repository files navigation

Project Title: FlaskTasksManager

This is a basic web aplication created with Python and Flask to manage tasks.

Use this mini project to learn the basic steps web app creation using Python and Flask.

1- Clone repository with htpps

git clone https://github.com/pira245/FlaskTasksManager.git

2- Create an environment:

using Conda

conda create --name flask_env --file requirements.txt

using pip

pip install -r requirements.txt

3- Run core/main.py

python main.py

4- Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

About

Basic Flask Web Project

Resources

Stars

Watchers

Forks