Skip to content

The API for ToDo App implemented by Rust. For practice.

Notifications You must be signed in to change notification settings

mi-wada/todo_api_rs

Repository files navigation

ToDo API

What is this?

The API for ToDo App implemented by Rust. For practice.

Run

1. Setup

make setup

2. run

Run at http://localhost:8080.

make run

Run DB schema change

Install psqldef
make install_psqldef
make db_migrate

See OpenAPI docs at browser

Run at http://localhost:8081.

make preview_openapi

About

The API for ToDo App implemented by Rust. For practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published