Skip to content

A sample CURD app showcasing Docker usecase with Rust, Redis & PG with a highly scalable architecture.

Notifications You must be signed in to change notification settings

Atri10/Docker-Rust-Redis-PG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Docker-Rust-Redis-PG

A sample CURD app showcasing Docker use case with Rust, Redis & PG

Development Information

This application is developed as my side hobby project to promote clean rust architectures and docker env.

Release v1.0

This release introduces cache less CURD app with clean actix-web architecture (Source mentioned in this file).

Future Release v1.1

In release v1.1 I will introduce,

  1. Redis cache with in same infrastructure.
  2. Few Benchmarks.

Build Process

This document outlines the steps required to build and run the project locally.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Clone the Repository

Clone the project repository to your local machine using Git

Use docker

Buid

docker-compose build

Run

docker-compose up

Stop

docker-compose down

Inspiration

  1. Application Inspiration : Dreams Of Codes
  2. Architecture Inspiration : cookiecutter-rust-actix-clean-architecture by MDUYN

About

A sample CURD app showcasing Docker usecase with Rust, Redis & PG with a highly scalable architecture.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published