Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robert-w/oxidize
- Owner: Robert-W
- License: mit
- Created: 2024-01-07T02:17:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:54:58.000Z (2 months ago)
- Last Synced: 2024-11-05T16:48:12.715Z (2 months ago)
- Language: Rust
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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