A simple api interface made with OpenAPI 3.0.0, programmed in python, that interacts with an sql database
- Admins are able to create a trail
- Anyone can view a trail
- Anyone can view all trails
- Admins can edit a trail
- Admins can delete a trail
- Python API Interface
- RESTful API
- Output JSON
- API interface using OpenAPI
- GUI Interface
- UML Diagrams
- Write API YAML File
- Write SQL Database (with test data)
- Program Python Server
- Deploy to UoP
- Report