Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 756 Bytes

starlette-boilerplate

Starting point for creating python based ASGI HTTP server

Requirements

You need Python 3.6 or later to run starlette-boilerplate.
Python packages are available at http://www.python.org/getit/

Running the tests

To Run:

$ pip install -r requirements.txt
$ python app.py

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details