https://github.com/accessory/technical-case-rust
technical-case-rust
https://github.com/accessory/technical-case-rust
Last synced: about 2 months ago
JSON representation
technical-case-rust
- Host: GitHub
- URL: https://github.com/accessory/technical-case-rust
- Owner: Accessory
- License: apache-2.0
- Created: 2023-11-13T16:20:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T12:21:12.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:28:49.203Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# technical-case-rust
Simple Webapplication made with Axum
## Details
Default Database: Postgres
Default Database Name: rust-robot
## Quickstart
### Build
```
cargo build
```
### Docker
```
docker-compose up --build
```