Skip to content

CodexSavage/Flask-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Task-Manager

Web application for task manager with Python and Flask

Requirements

  • Install Python 3.9.13 or higger.
  • Install Git

Clone repository

				git clone https://github.com/CodexSavage/Flask-Task-Manager.git

Instructions

  1. First of all, we have to work in a virtual environment. To do this, we need to install the Python virtual environment.
				pip install virtualenv
  1. In our terminal, put the next commands to start our virtual environment:
				virtualenv -p python3 env

The arg 'env' is the name that we decide to put to the virtual environment

				.\venv\Scripts\activate
  1. Start the program with the next command:
				python ./src/app.py
								
  1. Go to your favourite internet explorer and put the following URL:
				localhost:5000
		

Or click the URL that Flask show you when it initilizes.

Flask init

About

Web application for task manager with Python and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published