Skip to content

ismailperim/PContact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PContact

An example Microservice Contact/Report app.

Installation

  • Install Docker Desktop or Docker Engine
  • Clone repo and go to the src directory
  • Use docker compose to up required services (DB, MessageBroker)

    docker compose up -d

  • Open solution with Visual Studio and modify appsetting.json file in API project for connection strings, and service API urls
  • Use swagger to testing end points!

Missing Features

  • Services will be converted to async methods
  • API methods will be converted to async methods
  • CI/CD stages will be added to repo
  • API end point tests will be added
  • API gateway will be added
  • API Authentication mechanism will be added

About

Contact app microservice project

Resources

License

Stars

Watchers

Forks

Packages

No packages published