To start the app, run first the following:
For MahawMedicineAPI:
- Run the following in the terminal (ensure that you run it inside the MedicineAPI folder):
dotnet build
dotnet ef migrations add InitialCreate
dotnet ef database update
- Then run the server:
dotnet run
- Make sure the API stays running.
Lastly, you can now run the frontend web app (ensure again that it is the MedicineApp folder):
dotnet run