Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 228 Bytes

File metadata and controls

21 lines (15 loc) · 228 Bytes

fullstack-rust-todo

Simple TODO list API made in rust

Requirements

  • Rust
  • Docker
  • docker-compose

Usage

cd Backend
docker-compose up -d postgres
cargo run --release
curl -s http://localhost:8080/