Skip to content

wu-rymd/SUTS-ClubHub

Repository files navigation

To run app

  • install virtualenv, pip
virtualenv venv
source venv/bin/active
pip install -r req.txt
python ./app.py

Make requests from terminal to running app

# create school
curl -H 'Content-Type: application/json' -d '{"name":"some school","address":"123 park","email":"","phone":""}' -X POST http://localhost:5000/schools

# get schools
curl http://localhost:5000/schools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •