- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
12 lines (10 loc) · 453 Bytes
/
Copy pathREADME
File metadata and controls
12 lines (10 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
This is a simple git repository for a learning exercise
I did using Miguel Grinberg's blog post below:
Grinberg, M,
2013,
"Designing a RESTful API with Python and Flask"
Available at: http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
Accessed: 08 September 2015
98% of the code came from Miguel's post and is reproduced
here for learning purposes only (it's my first Python code
and first GitHub repository).