An open API service indexing awesome lists of open source software.

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

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
```