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.