The American Flights API is a system API for operations on the american table in the flights database. It supports the following operations: get all flights, get a flight with a specific ID, add a flight, delete a flight, partially update a flight, and replace a flight. My role for this project was to create Database for American Flights API using PostgreSQL and AWS. I have also used Design center to create RAML specification for this project, AnyPoint Studio to implement business logic and code my application. I have used Anypoint Platform to deploy my API. I have used API Manager to manage my API.
- Mulesoft 4
- Anypoint Platform
- Anypoint Studio
- Exchange
- Access Management
- API Manager
- Runtime Manager
- Design Center
- REST
- PostgreSQL
- AWS RDS
- Create American Flight
- Get all American Flights
- Edit American Flight
- Delete American Flight
- Get a Flight by ID
- Update American Flight
- Partialy update American Flight