Itay4 / rusty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusty

Usage

  1. Set env var:
export DATABASE_URL=postgres://root:postgres@localhost:5432/member?sslmode=disable
  1. Start PostgreSQL:
docker compose up
  1. Start the service:
cargo run

About

License:MIT License


Languages

Language:Rust 100.0%