This demo for Careerhub interview is built as a MVC project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Github, Microsoft SQL Server and your favorite Visual Studio IDE(s)
- Get a copy of the project from source control (Github), then build the project and ensure everything is running okay
- Run "Add-Migration {Name your Migration}" and "Update-Database" command(s) sequentially in Package Manager Console or PowerShell
- And hit F5 on your Visual Studio IDE or set up on your local IIS server
- Sign in as an administrator(Email: [email protected]) to upload your favorite images first
You can simply deploy this to Azure through Visual Studio IDE
- ASP .Net Core 2.2 - The .Net framework used
- .Net Core built in Denpendency Injection - Dependency Management
- EF Core - Used to do ORM
- Bootstrap v4.3.1 - Html, CSS and JS framework
- Xunit - Unit test framework
- Andy Hsu