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!