An open API service indexing awesome lists of open source software.

https://github.com/yuliaraitsyna/air_service

Microservice API
https://github.com/yuliaraitsyna/air_service

docker fastapi flights python

Last synced: 2 months ago
JSON representation

Microservice API

Awesome Lists containing this project

README

          

# Air service
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white) ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)

Microservice architecture API that provides information about flights, airplanes and etc.

### Functionality
This service provides JWT based authentication that includes expiring token generation and authentication checks.
API implements CRUD methods for all entities.

### Usage

Open the [deployment](https://airservice-production.up.railway.app) link.