Web Asp.net MVC and EntityFramework. This project is a web about Travel.
- .NET Framework(version x)
- Database(SQL Server)
To install the project, follow these steps.
git clone https://github.com/vo-vuong/TravelAgency.git
- Open the
Web.config
file in folder TravelAgency andApp.config
file in folder Model. - Update the database connection string in the
"ConnectionStrings"
tag.
- Open Package Manager Console (Tools > NuGet Package Manager > Package Manager Console).
- On Package Manager Console at Default project: select
Model
. - Run migrate and seed:
Update-Database
- Press F5 to run the application.