Skip to content

jocoder22/RESTful-API

Repository files navigation

RESTful Python API

Introduction

This is a RESTful API server that uses Python Flask-RESTful.

App Implementation

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.

Installation

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.

Operating Instructions

Using a web browser, send request to the server to get the list of clinics and patients from the RESTful API.

References

About

This is a Python RESTful API using Flask-RESTful

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages