Skip to content

alexkotusenko/crud_app__fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

CRUD App

Stack

  • RUST
  • Postgres SQL DB
  • Docker & Kubernetes

How to run

To run on local (Only if you have postgres running on local)

cargo run

How to run using docker compose (This will set up everything including DB)

docker build . -t crud:latest && cd docker && docker compose up

Kubernetes Deployment

Deploy DB and App

cd deployment/db && 
kubectl apply -f db-namespace.yaml -f db-deployment.yaml -f db-service.yaml 
&& cd ../app && 
kubectl apply -f app-namespace.yaml -f app-deployment.yaml -f app-service.yaml

Author

Semicolon

Youtube

www.youtube.com/@Semicolon10

About

CRUD APP Using RUST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.2%
  • Dockerfile 1.8%