Skip to content

mohammad-quanit/Microservices-Go-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Microservice based application using Go

Currently there are 2 services right now, Auth and Products. This is a side project to practice microservices architecture and there is lot of other features coming.

Steps to up and run this project in your machine. (if you want)

  1. Run PostgreSQL using docker by runnning command: docker run -d -e POSTGRES_PASSWORD=postgres --name pg -p 5432:5432 postgres

Releases

No releases published

Packages

No packages published