Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.43 KB

README.MD

File metadata and controls

52 lines (31 loc) · 1.43 KB

Home Health Medical Professional Locator (Web API)

pipeline status coverage report

Repository for the Home Health Medical Professional Location Web App. Built with .NetCore 3.1.

Required tools

Getting Started

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.


F.A.Q

Q:

A: