Giter VIP home page Giter VIP logo

flight-search-api's Introduction

Flight Search API

Expactations

  • Data Modeling
  • CRUD Operations
  • Search API
  • REST API
  • Java (Spring/Spring Boot)
  • Authentication
  • Git Version Control System
  • Documantation with Swagger UI

Preferred version and DB information:

  • JDK 17
  • Spring Boot 3.2.2
  • Apache Maven
  • PostgreSQL Database

Authentication & Security

  • JWT Authentication and Spring Security is provided on this API

Documentation:

Info:

  • In addition to the desired modeling structure, details such as bringing a single user, bringing all users and updating user information are provided.

Endpoints:

User-Controller

  • /api/users/{id} (PUT)
  • /api/users/{id} (DELETE)
  • /api/users (GET)

Flight-Controller

  • /api/flights/{id} (GET)
  • /api/flights/{id} (PUT)
  • /api/flights/{id} (DELETE)
  • /api/flights (GET)
  • /api/flights (POST)
  • /api/flights/search (GET)

Airport-Controller

  • /api/airport/{id} (GET)
  • /api/airport/{id} (PUT)
  • /api/airport/{id} (DELETE)
  • /api/airports (GET)
  • /api/airports (POST)

Auth-Controller

  • /api/auth/register (POST)
  • /api/auth/login (POST)

Mock-Controller

  • /api/mock/import/flights (GET)

flight-search-api's People

Contributors

pelinsenavarol avatar pelinvarol avatar

Stargazers

Kerem TAN avatar Yağmur DOĞAN avatar Ardi Jorganxhi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.