Web application to manage and handle reminders. This project was generated with [dotnet CLI] and [Angular CLI]
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run dotnet run
for a dev server. APIs will be availabe at http://localhost:5000/
.
Change the connectionString in ReminderApp/Model/ReminderContext.cs
, update all the necessary creds.
Run ng build
to build the project. The built artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run dotnet run
for server. Application will be availabe at http://localhost:5000/
.