Categorygithub.com/andy-ahmedov/task_management_service
module
0.0.0-20240306105154-58afb2276788
Repository: https://github.com/andy-ahmedov/task_management_service.git
Documentation: pkg.go.dev

# README

TASK MANAGEMENT SERVICE

Golang PostgreSQL RabbitMQ MongoDB Docker


service

ABOUT

This is a service written in Go that provides a user-friendly interface for managing users and books via a REST API. The service supports user registration and authentication using JWT tokens, ensuring security and efficiency. The service provides the ability to create, update, delete and obtain information about books, access to which is limited to authenticated users.

Swagger documentation is provided for the convenience of users and developers. Interaction with the audit-log-server is carried out via gRPC to write activity logs to the MongoDB database.

The service uses PostgreSQL to store information about users, books, and refresh tokens, and MongoDB to store logs. Both databases run in Docker containers for ease of deployment and scalability.

Final technology stack: Go, Gin, REST API, gRPC, PostgreSQL, MongoDB, Docker, JWT. This service is an excellent example of modern, secure and scalable web development.


⚡ STARTING

# Clone this project
$ git clone https://github.com/andy-ahmedov/crud_service

# Create in the root directory of the project and fill in the .env file

# Up MongoDB
$ make mongodb

# Up PostgreSQL
$ make up

# Run the project
$ make run

🔨 STACK

git golang bash docker rabbitmq mongodb openapi postgres github grpc json rest-api vscode

# Packages

No description provided by the author
No description provided by the author
No description provided by the author