Microservice for handling Flights CRUD (Airline Ticket Booking Backend)
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
^1.20.1
^16.0.3
^4.18.2
^3.0.1
^6.28.0
^6.5.2
User
24
commits
get flight by id and update flight flow implemented
da652a1
added error code enum
0d44df1
added flight create request middleware
2dde464
added common crud classes for basic crud operations
1fb56d7
basic filters added
a90236c
create flight setup
f91ec98
Added airplanes
67f0550
airport seeder
e06a703
airport model and association with city implemented
0c2a044
getAll cities route and added filter to city
4428ffd
minor fixes in cityrepository
46ddc59
added routes for city crud
4557dd6
city service and city controller implemented
8a2c5da
city repository crud implemented
22673d0
added city model and migration
570e45c