https://github.com/mahboub99/flaskserver
Simple Flask server which have Two blueprints that can add new Quark or get all quarks
https://github.com/mahboub99/flaskserver
Last synced: 12 days ago
JSON representation
Simple Flask server which have Two blueprints that can add new Quark or get all quarks
- Host: GitHub
- URL: https://github.com/mahboub99/flaskserver
- Owner: Mahboub99
- Created: 2020-07-01T11:25:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T11:59:02.000Z (over 5 years ago)
- Last Synced: 2025-02-06T06:49:11.926Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FlaskServer
>Simple Flask server which have Two blueprints that can add new Quark or get all quarks
How to run
### install Flask
```
# macOS/Linux
pip3 install flask
# Windows
pip install flask
```
### run the app
```
# macOS/Linux
python3 -m flask run
# Windows
python -m flask run
```
### open the server
```
http://localhost:5000/
```
### open the app page
```
frontend/index.html
```
## Screen shoot
