Skip to content

A basic project with Rust and initial packages to start a vanilla project

Notifications You must be signed in to change notification settings

eniltrexAdmin/rust-actix-basic-miro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST BASIC MICRO

Base micro to start working;

  • Rust
  • Actix
  • Telemetry from zero 2 production packages
  • UUID even though its not used.
  • PGSQL with pg package
  • Makefile and docker compose with postgre file
  • configuration via env variables (.env.local example present)

Usage

Start the micro via Makefile: make local-start

You can access the health_check endpoint: 127.0.0.1:8001/health_check

Change the .env.local variables as wanted, if you change the prefix make sure you also change it in the configuration.rs file.

Extend

missing the cicd bits

About

A basic project with Rust and initial packages to start a vanilla project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published