ayushkul / rust-microservice-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-microservice-template

Under constant development & improvements

What is this repository for?

How do I get set up?

  • run cargo install : To install the dependencies
  • run cargo run : It will start your server on your local machine
  • Configuration : config/env directory contains files to define environment specific variables
  • Dependencies : Defined under Cargo.toml
  • Database configuration : Defined under config/dbConnection
  • Deployment instructions : Docker based deployment, Dockerfile is there in parent directory

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About


Languages

Language:Rust 87.1%Language:Dockerfile 12.9%