Skip to content

RutviShah2008/AirlineReservationSystem

Repository files navigation

COMP-2084-Assignment1

AirlineReservation System

This is the chepest online Air resrvation system

    Work

  • Created databse Which includes foru tables BookTicket, Passengers Details, Flights,PLan your trip
  • Added Controllers and Modles using ADO.net entity framework Scaffolding tool
  • Created web application using advanced Scaffolding tools
  • Created web application with SQL using Azure portal and uploaded project to server
  • Changed Views using bootstrap classes Bootstrap: https://getbootstrap.com/docs/3.3/
  • Changed favicon icon using one online fave icone editor FaviconGenerator: https://favicon.io/favicon-generator/

    Challenges

  • Adding Subscription to it
  • Connecting to server
  • Accessing database on server

AirlineReservation System Assignment2:Part1: Authentication and Authorization

    Work Done

  • Added Login and Register Link to navbar
  • Added Authorozation and Authentication for the Index View - Anonymous users can view the list of data but cannot see the Create, Edit, or Delete links
  • Enabled Social Authentication Microsoft, Google, Twitter, Facebook

    Challenges

  • Generating ClientId and Secret for Google Plus
  • Connecting to server

AirlineReservation System Assignment2:Part2: Unit Testing

    Work Done

  • Implemented Moq
  • Added Unit test for Flight Controller(Plan Trip)
  • Generater 100% code coverage for the Application

    Challenges

  • It's fun to test Appplication

Releases

No releases published

Packages

No packages published