- Sample SOA using .NetCore2.2 with Angular8 on the front-end. Featuring hotels and booking style searches.
- Demo app using Eml* NuGets.
- Check out EmlExtensions to automate the creation of controllers, views, seeders, and more!.
- Open the solution using Visual Studio 2017, compile and build (don't run yet)
- Right click TravelRepublic project and Set as startup project
- Open Package manager console
- In the 'Default project' drop down, select TravelRepublic.DataMigration (this is important)
- In the console, type the command below then press enter to execute. Wait around 5 minutes to finish - will take longer if you haven't upgraded your machine yet :)
update-database -verbose- In the Visual Studio 2017 Standard toolbar, select TravelRepublic.Api from the dropdown list, replacing the default IIS Express
- Press F5 to run the back-end webapi using Kestrel
- Open Powershell
- Navigate to TravelRepublic\Hosts\TravelRepublic.Spa
- In the console, type the command below then press enter to execute
npm start