This is a RESTful API server that uses Python Flask-RESTful.
This is an API server that register and authenticate users that can create, read, update and delete data from an postgresql database on the server. User authentication is implemented using Flask-JWT for create, update and delete requests.
The app uses the following Softwares:
-
Python3.5
-
Flask
-
Flask-RESTful
-
Flask-JWT
-
Flask-SQLAlchemy
-
Virtualenv
-
SQLAlchemy
-
Postgresql
-
Nginx
-
uWSGI
The server will run the requirements.txt file to install the necessary Python applications on the server virtual environment.
Using a web browser, send request to the server to get the list of clinics and patients from the RESTful API.