murphyalexandre / basic-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-rest

Basic Flask rest app.

Getting started

Run these commands and you should be able to access http://localhost:5000/api/cars as a restful endpoint API.

pip install -r requirements.txt
python run.py

You can run the tests using the nosetests command.

About


Languages

Language:Python 100.0%