Description
This starter app is a basic app that demonstrates user registration and authentication capabilities using .NET Core REST API.
App Features
- Sign Up Screen
- Sign In Screen
- Customer Management (List / Add / Edit / Delete)
- Rider Management (List / Add / Edit / Delete)
- Invoke Email
- Invoke Call
- Invoke WhatsApp
REST API is developed using .NET Core 3.1 and is secured using JWT authentication.
The package includes below:-
- Ionic app - Fully functional code
- .NET Core REST API - (Developed using Visual Studio 2019, .NET Core 3.1, C#)
- Published version of API to deploy in hosting directly.
- Database script
- Setup Instructions