Skip to content

sibuser/flask_rest_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal REST API

Setup

  • Install Python 2.7 and git.
  • Run 'setup.sh' (Linux)
  • Run './server.py' to start the server
  • Now you can work with the server via REST API by accessing the 'http://localhost:5000/' address
  • Run './server-test.py' to execute tests

All data are persisted across server restarts and saved in 'users.db' file

About

Minimal REST server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published