In this application I used Relational Database - SQL Server, Server side technologies: C#, SQL, Entity Framework and RESTful Service (Web API) and Client side technologies: HTML, CSS, Bootstrap, JavaScript, TypeScript, Angular 7 and AJAX.
Built with Angular 7, CSS, Typescript and AJAX.
The UI is responsible for managing user interaction with the application.
The BLL controls the functionality of the application by performing data processing.
The DAL contains the Entity Framework for retrieving data from existing Database.
- Users: This table contains inforamtion about the users like Username, Password etc.
- Cars: This table contains inforamtion about the cars like CarID, Model etc.
- CarDetails : This table contains cardetails like CarNumber, CarType etc.
- Rentals: This table contains inforamtion about the rentals like RentalID, UserID etc.
- Branches : This table contains inforamtion about the branches like BranchID, Address.