A correspondence tracker for people who need a simple way to see who owes them a follow up and who they owe the same.
This project doesn't aim to compete with any large CRM. It's just a simple app driven primarily by my immediate needs. Take a look at the future plans and feel free to send your own suggestions.
- Set your database location in appSettings.js
- Run the API with
dotnet run --project api
and usehttps://localhost:<port>/swagger
- Run the UI with
dotnet run --project presentation
. Note that it expects to find the API athttps://localhost:7022
, as specified inProgram.cs
- Learn how to create the database
-
Presentation layer / user interface
-
.NET 6 (SDK 6.0.202)
-
Web API
-
Database
-
Editors used to create this project