Ionic Starter with .NET Core APIPremium

Ionic Starter with .NET Core API
Description

This starter app is a basic app that demonstrates user registration and authentication capabilities using .NET Core REST API.

App Features

  1. Sign Up Screen
  2. Sign In Screen
  3. Customer Management (List / Add / Edit / Delete)
  4. Rider Management (List / Add / Edit / Delete)
  5. Invoke Email
  6. Invoke Call
  7. Invoke WhatsApp

REST API is developed using .NET Core 3.1 and is secured using JWT authentication.

The package includes below:-

  1. Ionic app - Fully functional code
  2. .NET Core REST API - (Developed using Visual Studio 2019, .NET Core 3.1, C#)
  3. Published version of API to deploy in hosting directly.
  4. Database script
  5. Setup Instructions