antonio-leblanc / flask-simple-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Flask-Server

I created this project while learning Flask, a python backend framework

flaskimg

To use this project

  1. Clone this repository
git clone https://github.com/antonio-leblanc/flask-simple-server
  1. Install the requirements
cd flask-simple-server
pip install -r requirements.txt
  1. Run the development server
python server_run.py
  1. Read the docs and watch some youtube videos!

About


Languages

Language:Python 53.4%Language:HTML 46.6%