Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 382 Bytes

FlaskAPI-Skeleton

Flask API Server Written in Python

Virtual Environments

  • skeletonenv

Configurations

  • config.json (required)

    • host
    • port
  • dev_config.json (optional)

    • debug

Running The Code

$ source skeletonenv/bin/activate
$ python3 flask_skeleton.py

Stopping the Code

$ ^C (Ctrl + C)
$ deactivate (to get out of virtual environment)