hbhbr / python-flask-server-template

Server running on Python-Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a python-flask server

Server running on Python-Flask

Step 1: Fork repo as template

Step 2: Create virtual environment

python3 -m venv venv (Terminal - macOS)

Step 3: To active virtual environment

source venv/bin/activate (Terminal - macOS)

Step 4: Install required libraries

pip install -r requirements.txt (optional)

Step 5: To run python-flask server

python main.py

About

Server running on Python-Flask


Languages

Language:Python 100.0%