thanusha597 / campusworkshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Todo App

This is a todo list App designed for Worshop.

NOTE: Rename the gitignore file name as .gitignore after you clone the repo to you local system.

Requirements

python >= 3.5

Getting started

### open Git bash in any working directory and run the following commands
git init
git clone
cd
python -m venv .venv
.venv/bin/activate
pip install -r requirements.txt
flask run

handlers:

Static files to /images/... to files in static/images/...

  • url: /img static_dir: static/img

  • url: /script static_dir: static/script

  • url: /styles static_dir: static/styles

About


Languages

Language:HTML 41.7%Language:Python 30.3%Language:JavaScript 21.9%Language:CSS 6.2%