Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 329 Bytes

File metadata and controls

16 lines (10 loc) · 329 Bytes

Simple Flask API

A simple flask api with get, post, put, and delete methods. A database isn't used. I Suggest you check the data of the requests in postman or insomnia.

Requirements

  • Python3
  • Flask

Get Started

Type this command at the terminal in the root folder:

user@user:~$ venv/bin/python3 app.py