Skip to content

Your Daily Social Support to Medication Adherence ๐Ÿ’Š

License

Notifications You must be signed in to change notification settings

andrewwong97/MedStreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MedStreak

logo-60 3x

Setup

Using Python 2.7

  1. Make sure you have virtualenv installed
  2. virtualenv env
  3. In base directory: run source env/bin/activate to activate the virtual environment. You can later run deactivate to exit the venv.
  4. Run pip install -r requirements.txt to install project requirements inside the venv.
  5. Run python api.py inside medstreak/ and curl http://127.0.0.1:5000/api/user to test response

Stack

Flask-Restful to parse and return structured requests and responses using REST. Pymongo as Mongo driver for any db requests

About

Your Daily Social Support to Medication Adherence ๐Ÿ’Š

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published