Skip to content

A simple api interface made in python that interacts with a sql database

Notifications You must be signed in to change notification settings

bobbymannino/comp2001-report

Repository files navigation

COMP2001 Report

A simple api interface made with OpenAPI 3.0.0, programmed in python, that interacts with an sql database

Requirements

  • 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

Non-functional requirements

  • Python API Interface
  • RESTful API
  • Output JSON
  • API interface using OpenAPI

TODO

  • GUI Interface
  • UML Diagrams
  • Write API YAML File
  • Write SQL Database (with test data)
  • Program Python Server
  • Deploy to UoP
  • Report

About

A simple api interface made in python that interacts with a sql database

Resources

Stars

Watchers

Forks