- Notifications
You must be signed in to change notification settings - Fork8
NoHarm API for Smart Prescription Screening
License
NotificationsYou must be signed in to change notification settings
noharm-ai/backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Api for Mobile App
$ python3 -m venv env$ source env/bin/activate$ pip3 install -r requirements.txt
$ python3 mobile.py &$ curl -X POST -d '{"email":"teste", "password":"1234"}' -H "Content-Type: application/json" http://127.0.0.1:5000/authenticate$ curl -X GET http://127.0.0.1:5000/prescriptions
For error such as:
- "cannot find -lssl; cannot find -lcrypto” when installing mysql-python?"
- "mysql_config: not found"
- "invalid command 'bdist_wheel'"
$ sudo apt install libmysqlclient-dev$ sudo apt install libssl-dev$ pip3 install wheel
For error such as:
- "ModuleNotFoundError: No module named 'psycopg2'"
$ sudo apt install libpq-dev$ pip install psycopg2
About
NoHarm API for Smart Prescription Screening