Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 280 Bytes

File metadata and controls

16 lines (9 loc) · 280 Bytes

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.