Repository for the Home Health Medical Professional Location Web App. Built with .NetCore 3.1.
Once the required tools have been installed, you can finally clone the project and begin setting it up for local development.
- Clone the project using the
git
command:
git clone <url>
- Download Nuget Packages and dependencies by running the command:
Dotnet Restore
- Finally, to start the project:
dotnet run
NB: Migrations are ran automatically
You can then access the app at http://localhost:5001
By default, the project uses an embedded database (SQLite), so no need to worry about setting up a database.
Q:
A: