Skip to content
forked from moozer/restex

flask restfull api example with associated html page

Notifications You must be signed in to change notification settings

maslygan/restex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage

start the virtual environment

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

run the service

python restex.py

access it by opening the file index.html and click the buttons

When done, you can exit the virtual environment

deactivate

About

flask restfull api example with associated html page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.6%
  • HTML 46.4%