______ __
| _ \ \ / /
| |_) \ \ / /
| _ < \ V /
|_| \_\ \_/
A blazing-fast terminal interface for TKO-äly Ruokavälitys (Snack kiosk), built with Rust
- Deploying
- Development
- Automated Testing
- [Project structure](#Project structure)
Build the Docker image and run it:
docker build -t rv-terminal .
docker run rv-terminal1. Start the rv-backend
2. Set the development environment variable:
export DEVELOPMENT=true3. Run the project:
cargo runTo exit the program, type quit on the login screen.
See running in rv-rust-frontend-test (private)
rv-tui/
├── .github/
├── ascii/
├── src/
│ ├── loops/
│ │ ├── management.rs
│ │ ├── mod.rs
│ │ ├── setting.rs
│ │ └── user.rs
│ ├── input.rs
│ ├── lib.rs
│ ├── main.rs
│ ├── rv_api.rs
│ └── utils.rs
├── tests/ # Basic test to check if rvterminal starts
│ ├── common/
│ │ └── mod.rs
│ └── qaq.rs
├── Dockerfile
├── Cargo.toml
└── README.md