Skip to content

Rest api build with the warp framework to manage a todo list

Notifications You must be signed in to change notification settings

victor-solvethex/rust-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust CRUD API

Rest api build with the warp framework to manage a todo list

This API uses a fully async version of rust thanks to warp and tokio

Build

cargo build

Run

First, run a postgres db with docker

docker run -p 7878:5432 -d postgres:9.6.12

Then run the app

cargo run

About

Rest api build with the warp framework to manage a todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages