RoiJS / Reserbiz

This is a mobile android application that records transactions related with rental of units. This tracks the list of tenants and the contracts associated with tenants. This also automatically generates statement of accounts and has a feature to notify the statements of accounts to the tenants via SMS or email.
1 stars 0 forks source link

Create back-end project #146

Open RoiJS opened 2 years ago

RoiJS commented 2 years ago

We will create a new .NET Web API project for the back-end of the application. We are going to implement GraphQL for data communication between the client and back-end side. This project will manage list of Clients from database dbReserbizSYSSQL. This will also have an authentication, we will implement social login for this project, for now we will support google login. This project will have to re-use the ReserbizAPP.LIB class library project for the models and database communication.

RoiJS commented 2 years ago

Here is a informative article on how to integration GrapQL to an ASP.NET Web API project. https://blog.christian-schou.dk/how-to-implement-graphql-in-asp-net-core/

RoiJS commented 2 years ago

Here is a informative article on how to integration GrapQL to an ASP.NET Web API project. https://blog.christian-schou.dk/how-to-implement-graphql-in-asp-net-core/