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
- Host: GitHub
- URL: https://github.com/yuliaraitsyna/air_service
- Owner: yuliaraitsyna
- Created: 2025-02-24T18:25:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T12:15:25.000Z (5 months ago)
- Last Synced: 2025-05-11T13:25:43.809Z (5 months ago)
- Topics: docker, fastapi, flights, python
- Language: Python
- Homepage: https://airservice-production.up.railway.app/docs
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Air service
   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.