Skip to content

Cr31J/campusworkshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.7%
  • Python 30.2%
  • JavaScript 21.9%
  • CSS 6.2%