https://github.com/rizerphe/basic-server
The simplest possible flask server
https://github.com/rizerphe/basic-server
Last synced: 8 months ago
JSON representation
The simplest possible flask server
- Host: GitHub
- URL: https://github.com/rizerphe/basic-server
- Owner: rizerphe
- Created: 2019-06-14T11:34:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T12:31:16.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T01:17:02.216Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-server
The simplest possible flask server
Just run 'server.py' to launch server.
'settings.py' lets you choose color tones and logo.
'add event.py' adds an event for 'news' page.
'answer.py' manages the feedback.
edit 'templates/home.html' to create a homepage.