Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.
REST server tutorial can be found here. REST client tutorial can be found here.
- Install Python 2.7 and git.
- Run
setup.sh
(Linux, OS X, Cygwin) orsetup.bat
(Windows) - Run
python rest-server.py
to start the server - Open
http://localhost:5000/index.html
on your web browser to run the client