Skip to content

A Flights RESTful Api. A vanilla PHP application, focused on implementing Api concents and practical application from scratch

Notifications You must be signed in to change notification settings

chidozieukaigwe/FlightsApi

Repository files navigation

Book A Stay Api

This is a README file for the a Flights RESTful Api. A vanilla PHP application, focused on implementing Api concents and practical application from scratch.

Description

The application allows users to Create,Read,Update and Delete flights.

Key Features

This a list of the core features within the Api. Replicating functionality and logic often seen and used within frameworks such as Symfony and Laravel:

  • Api Caching
  • Api Versioning
  • JWT Authentication
  • Optimization and Performance
  • Pagination - Filtering - Sorting
  • REST
  • Serialization

Technologies Used:

  • PHP
  • Composer
  • Docker - [Nginx Web Server, Database, Application]

Getting Started

  1. Clone the repository: git clone https://github.com/chidozieukaigwe/Book-A-Stay-Api.git

  2. Install package dependencies: composer install

  3. Launch Laravel Server: docker-compose up access the api at: localhost:8080/api/v1

About

A Flights RESTful Api. A vanilla PHP application, focused on implementing Api concents and practical application from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages