itamarjp / REST-tutorial

Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.

Home Page:http://blog.miguelgrinberg.com/post/writing-a-javascript-rest-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST-tutorial

Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript. Here are the articles:

Setup

  • Install Python 2.7 and git.
  • Run setup.sh (Linux, OS X, Cygwin) or setup.bat (Windows)
  • Run ./rest-server.py to start the server (on Windows use flask\Scripts\python rest-server.py instead)
  • Alternatively, run ./rest-server-v2.py to start the Flask-RESTful version of the server.
  • Open http://localhost:5000/index.html on your web browser to run the client

About

Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.

http://blog.miguelgrinberg.com/post/writing-a-javascript-rest-client

License:MIT License


Languages

Language:Python 90.7%Language:HTML 9.2%Language:Batchfile 0.1%Language:Shell 0.1%