/FlaskServer

Simple Flask server which have Two blueprints that can add new Quark or get all quarks

Primary LanguageHTML

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

image