Hello everyone! I’m currently building SaaS or Software as a Service application that will essentially be a service for aquarists to use for tracking information pertinent to their interests.
To get started, I created a .NET Core 3.1 web API w/ a Swagger UI interface built over a Azure SQL Server Database I hosted in Azure for only $5/mo. (I store other databases on this SQL server for development purposes.)

I refined this API until I had something close to 60 unique endpoints.

Then I started working on a client app to consume the back-end I had just finished creating.