BetsolLLC / CampusWorkshop

This Repository is specifically made for the Campus Workshop 2024

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

This Repository is specifically made for the Campus Workshop 2024


Languages

Language:HTML 40.6%Language:Python 30.9%Language:JavaScript 22.5%Language:CSS 6.1%