https://github.com/rizerphe/basic-server
The simplest possible flask server
https://github.com/rizerphe/basic-server
Last synced: 15 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T12:31:16.000Z (about 7 years ago)
- Last Synced: 2025-10-26T21:42:50.007Z (9 months 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.