Code Repo for RESTful API course for Fullstack Nano Degree
This course uses the Google Maps and Foursquare APIs. Within each directory you will find solved solution code to the exercises in this course.
You will need to create developer accounts and private keys in order to properly use code snippets that rely on these APIs.
The code in this repository assumes the following python libraries are installed:
- Flask
- SQLAlchemy
- httplib2
- requests
- oauth2client
- redis
- passlib
- itsdangerous
- flask-httpauth