Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robert-w/oxidize

Small(ish) Rust Web Server for API development
https://github.com/robert-w/oxidize

Last synced: about 16 hours ago
JSON representation

Small(ish) Rust Web Server for API development

Awesome Lists containing this project

README

        


oxidize


Small(ish) Rust Web Server for API development

## Pre-requisites

- Install [Rust](https://www.rust-lang.org/tools/install)
- Install [Docker](https://docs.docker.com/get-docker)

Next install the `sqlx-cli` using cargo.

```bash
cargo install sqlx-cli --no-default-features --features rustls,postgres
```

## Getting Started

1. Run `docker compose up`
1. Run `cargo run`

## TODO

- [x] Implement Sample Service
- [x] Add tests directory
- [x] Setup tracing to replace logging
- [ ] Setup Dockerfile