Skip to content

laurita/MobileHitchHikerBackend

Repository files navigation

Mobile HitchHiker Backend

This is a backend for MobileHitchHiker application.

Dependencies

pip install flask

Bootstraping

sqlite3 hitch.db < model.sql # create db and tables
sqlite3 hitch.db < bootstrap.sql # populates with sample data

Running

python httpd.py

Example

curl -H "Content-Type: application/json" -d @sample_trip.json http://localhost:5000/trips

About

HTTP backend for MobileHitchHiker application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages