Skip to content

To do application to demonstrate backend skills

Notifications You must be signed in to change notification settings

prorealize/to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In progress

To Do Application

This is a simple to do application that allows users to create, read, update and delete tasks. It uses Go (with Gin) as the backend server and Rust for a notification server.

The idea here is to demonstrate skills in both languages and in scaling applications.

It's a very simple server with the following design.

Image

There are many things to expand on this project including the following.

  • Logging / Tracing
  • Error Handler
  • Authentication
  • Authorization

Development

Build the project with Docker container and use the tests/postman_collection.json to test the endpoints.

# Assuming you have docker 
# and docker compose 
# are installed and running
docker compose up
If you want to scale your application just change replicas: 2 to the number of container you want on ./notification/docker-compose.yml or ./to-do/docker-compose.yml based on the application you want increase.

About

To do application to demonstrate backend skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published