rubin-r12 / Python-Flask-To-Do-App

An app to keep track of your To-Do activities built using Flask in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Flask-To-Do-App

image

This app is built using a Python web application framework called Flask providing tools, libraries and technologies that allow you to scale up to complex application.

Setting up Virtual Environment

  • Creating a virtual environment
conda create --name todoapp python=3.8
  • To activate the virtual environment
conda activate todoapp
  • Installing requirements
pip3 install -r requirements.txt
  • Run Server
python app.py runserver

This app uses C.R.U.D functionality to keep track of your daily activities.


About

An app to keep track of your To-Do activities built using Flask in Python.


Languages

Language:HTML 62.1%Language:Python 37.9%