kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
293.01k stars 38.71k forks source link

User management and money transactions - Go and SQL #7268

Open n-cekic opened 3 hours ago

n-cekic commented 3 hours ago

What Roadmap is this project for?

Backend Roadmap

Project Difficulty

Intermediate

Add Project Details

What is this project about?

REST services used for user account management and keeping track of money transactions made between those users.

Skills this Project Covers

Go, Programming Knowledge, SQL, NATS, Docker, Kafka

Requirements

Use docker to create containers with Kafka, NATS and Postgres. Default ports can be found in main.go file.
To start Users service execute go run ./cmd/usersd/ To start Transactions service execute go run ./cmd/transactionsd/

n-cekic commented 3 hours ago

I'll soon be adding the PR for this issue.

n-cekic commented 3 hours ago

Here is the PR #7269