An open API service indexing awesome lists of open source software.

https://github.com/rodgeraraujo/python-rest-api

Simple semantic to create a REST API real quick using Python Flask.
https://github.com/rodgeraraujo/python-rest-api

flask python python-flask python3

Last synced: about 2 months ago
JSON representation

Simple semantic to create a REST API real quick using Python Flask.

Awesome Lists containing this project

README

          

# Python simple REST API

This is a simple semantic to create a REST API real quick using Python Flask.

## Install

Use the pipenv file to install the dependencies used in this project.
`pipenv install --ignore-pipfile`

## Run
- `git clone `

- `cd `

- `python3 app.py` or `python app.py`, after this the debuging started and and open the `http://127.0.0.1:5000/ `on Isomnia or Postman.