Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 485 Bytes

How To Create A Python Backend: Flask REST API & GraphQL Server - Part 2

Link To Tutorial

Dependencies

  • virtualenv
  • python3

Setup

  • Create Virtual Environment and Activate
    • virtualenv venv -p python3
    • source venv/bin/activate
  • Install Required Libraries
    • pip install -r requirements.txt

Usage

  • Run Locally
    • python app.py