https://github.com/pickfire/travel
Experimental travel portal in Sanic
https://github.com/pickfire/travel
experimental python sanic web
Last synced: 28 days ago
JSON representation
Experimental travel portal in Sanic
- Host: GitHub
- URL: https://github.com/pickfire/travel
- Owner: pickfire
- License: isc
- Created: 2017-05-24T03:38:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T03:42:36.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T11:45:13.664Z (3 months ago)
- Topics: experimental, python, sanic, web
- Language: Python
- Homepage: http://tp.pickfire.tk/
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Travel Portal
=============Experiment in building a simple travel portal in Sanic.
Demo: http://tp.pickfire.tk/ (python >= 3.6.0 required)Usage
-----python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtAfter the prerequisites are installed, run `python app.py`.