All Projects → miguelgrinberg → Rest Tutorial

miguelgrinberg / Rest Tutorial

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

Labels

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 3 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].