Skip to content

viraj-s15/rust-tcp-postgres-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Postgres Docker Template

A rust crud api which can be deployed and used direclty with docker

Starting the db separately

docker compose up -d db

View containers

docker ps -a

Lauch postgres shell

docker exec -it db psql -U postgres

Build

docker compose build

Run the entire service

docker compose up rustapp

Dont forget to add your own image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published