Skip to content

A microservice-based task management API built with Golang, gRPC, and PostgreSQL, enabling users to create and manage tasks in a Kanban-style, list-making application.

Notifications You must be signed in to change notification settings

antoineaudrain/go-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Task

Go-Task is a task management system written in Golang. It is a service-oriented application that contains several services such as an authentication service, a user service, and a task service. Each service is isolated and does not have direct dependencies on other services. The application makes use of gRPC to handle service communication and PostgreSQL for persistent data storage.

Services

The Go-Task application is composed of several services:

User Service

The user service is responsible for handling user-related and auth tasks. The service performs operations like creating a user, getting user details, and updating user information.

Running the Application

Instructions on how to run the application are currently not available. For detailed instructions, it would be best to reach out to the repository owner or contributors.

Testing

Instructions on how to run tests for the application are also currently not available. For detailed instructions, please reach out to the repository owner or contributors.

About

A microservice-based task management API built with Golang, gRPC, and PostgreSQL, enabling users to create and manage tasks in a Kanban-style, list-making application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published