- install just
- install and run postgres
- create .env file (run
just create-env
) - run database migration (run
just m -d
) - run
cargo run
-
Notifications
You must be signed in to change notification settings - Fork 0
sanihaq/todo_server_axum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Todo server written in axum for learning purposes.