Web application used for managing a simple airline. It allows you to manage flights, planes, employees and customers.
- C#
- ASP.NET MVC
- MSSQL
- Custom ORM
- HTML
- CSS
- jQuery
- Bootstrap
- Visual Studio, Visual Studio Code or your preferred IDE
- Clone project
git clone https://github.com/kotikfi/asp-airline.git
- In Visual Studio, go to
View
🠊SQL Server Object Explorer
- Choose Database Server and create (or use existing) database.
- Right click on
Database
, selectNew Query
- Execute queries from files in
/SQL
folder:tables.sql
,insert.sql
,procedures.sql
- Run project with
CTRL+F5
(Visual Studio) or in terminal:
dotnet run