Skip to content

anton-chornobai/stock-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth/Stock microservice with Clean Architecture

The project covers the following concepts:

  • The Clean Architecture approach to building application structure. Dependency injection techniques.
  • HTTP and GRPC protocols (proto files located at https://github.com/anton-chornobai/stock-protos)
  • Framework Gin.
  • PostgreSQL (pgx driver) SQL queries. Using migrations for version control of DB.
  • Authentication and Authorization using JWT, Middleware.
  • CI/CD pipeline workflow linters, formatting...
  • Application Configuration Working with environment variables.
  • Work with Docker. Deploying image to Docker Hub.
  • Using Slog

About

A simple auth/stock service, using http & grpc protocols, to show off some of the skills, also using various frameworks and utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors