Skip to content

sarancruzer/flask_restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./app.py to start the server (on Windows use flask\Scripts\python rest-server.py instead)
  • Alternatively, run ./app.py to start the Flask-RESTful version of the server.
  • Open http://localhost:5000 on your web browser to run the client

flask_restful

Releases

No releases published

Packages

No packages published