Skip to content

KartikShrivastava/test-flask-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Test Flask Server

Setup virtual environment

Create virutal environment: python -m venv .venv Activate virtual environment: source .venv/bin/activate

Setup package

Install fask pip package: pip install flask

Test flask server

Run the server: flask --app hello run Do not close the server and go to url provided in logs to check if server is running. You will see "Hello, World!" message.

About

Minimal flask server playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages