Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
/ GroveAirlines Public archive

Basic C# .NET 5 backend to create customers, get flight/airport data, and create bookings. See the link below for an example frontend web application utilizing this backend.

Notifications You must be signed in to change notification settings

dainank/GroveAirlines

Repository files navigation

GroveAirlines

Basic C# .NET 5 full-stack web-application allowing users to book flights.

Repository/Service Pattern

The service architecture comprises of four layers:

1. The Database Access Layer
2. The Repository Layer
3. The Service Layer
4. The Controller Layer

User queries flow from the controller to the service, into the repository and finally to the database.
See images below for a basic overview:

About

Basic C# .NET 5 backend to create customers, get flight/airport data, and create bookings. See the link below for an example frontend web application utilizing this backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages