Skip to content

pratheek-j/campusworkshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Betsol Campus Workshop repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 38.5%
  • Python 30.6%
  • JavaScript 25.2%
  • CSS 5.7%