-
Clone repo
-
Change directory to /backend, create an .env file and enter your localhost MongoDB URL
MongoDB=<Your Mongo DB URL>
-
Start landing-page's dev server
dotnet run
If you get "Permission denied error", run:
sudo dotnet run
-
Server will run on localhost, port 5000. Using Postman or any API testing tool to make a GET request to server endpoint: http://localhost:5000/Blood