Skip to content

leaderruvuna/module_asp_donet_core_api_service1

Repository files navigation

SERVICE1

ABOUT

This is a customer API in charge of performing CRUD operations with the DB. It is used as SERVICE 1 out of 2 of our Microservice architecture.

API DOC

RUN THE SERVICE

Create database with the following name:(microservicesdb)

  1. dotnet restore
  2. dotnet ef migrations add InitialCreate
  3. dotnet ef database update
  4. dotnet run

API DOC

The following are the API endpoints

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages