Skip to content

ayushmankumar7/WebCool

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

Credits

Images Downloaded from https://www.pexels.com/

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •