dMMMMb dMMMMMP dMP dMP dMMMMb .aMMMb .aMMMb dMMMMb dMMMMb
dMP VMP dMP dMP dMP dMP"dMP dMP"dMP dMP"dMP dMP.dMP dMP VMP
dMP dMP dMMMP dMP dMP dMMMMK" dMP dMP dMMMMMP dMMMMK" dMP dMP
dMP.aMP dMP YMvAP" dMP.aMF dMP.aMP dMP dMP dMP"AMF dMP.aMP
dMMMMP" dMMMMMP VP" dMMMMP" VMMMP" dMP dMP dMP dMP dMMMMP"
A dashboard for organizing software development tasks (Kanban flow) implemented in Rust
Here you can find the front-end application.
Start DBMS container and API server:
docker-compoer -f docker-compose-dbms.yml up
docker-compose up
Start server:
Run RDBMS
docker-compose -f docker-compose-dbms.yml up
Run application
cargo run
The server will be reacheable at:
http://127.0.0.1:8013
Import postman collection file from test/postma.json in your postman workspace.
- warp
- sea-orm
- tokio
- postgres
username: admin
password: password
url: localhost:5432
username: postgres
password: postgres
- this application was tested on macOS and Linux
- remember to drop database if application not works (perhaps I made some DDL changes)
sea-orm-cli generate entity -u postgres://postgres:postgres@127.0.0.1:5432/postgres -o entity/src
docker-compose up -d --no-deps --build
if any problems arise, feel free to contact me.