Skip to content

ankanbose848/WebCool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCool

Sometimes being incomplete is better.

Requirements

  1. pipenv
  2. python3

Steps

$ pipenv install -r requirements.txt
$ pipenv shell
$ python3 wsgi.py

File Structure

.
├── app
│   ├── main.py
│   ├── static
│   │   ├── css
│   │   │   └── style.css
│   │   └── img
│   │       ├── dark.jpg
│   │       ├── samplelogo.gif
│   │       ├── shallow.jpg
│   │       ├── star.jpg
│   │       └── white.jpg
│   └── templates
│       └── index.html
├── Pipfile
├── Pipfile.lock
├── Procfile
├── README.md
├── requirements.txt
├── runtime.txt
└── wsgi.py

About

Sometimes being incomplete is better.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages