Skip to content

sungeer/demo_wsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo_wsgi

A backend scaffold depends on the Werkzeug WSGI toolkit.

Installation

clone:

$ git clone https://github.com/sungeer/demo_wsgi.git
$ cd demo_wsgi

create & activate virtual env then install dependency:

with venv + pip:

$ python -m venv venv
$ source venv/bin/activate  # use `venv\Scripts\activate` on Windows
$ pip install -r requirements.txt

run:

$ waitress --host=127.0.0.1 --port=7788 app:app
* Running on http://127.0.0.1:7788/

License

This project is licensed under the GPL-3.0 License (see the LICENSE file for details).

About

Backend scaffold depends on the Werkzeug WSGI toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages