polettoweb / tasks-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskIntroduction

This repo has been updated to work with Python v3.9 and up.

How To Run

  1. Install virtualenv:
pip install virtualenv
  1. Open a terminal in the project root directory and run:
virtualenv env
  1. Then run the command:
. env/bin/activate
  1. Then install the dependencies:
(env) pip install -r requirements.txt
  1. Finally start the web server:
(env) python app.py

About


Languages

Language:HTML 41.7%Language:Vue 29.0%Language:Python 21.9%Language:CSS 4.9%Language:JavaScript 2.4%