https://github.com/evops-sum25/evops-backend
A REST + gRPC server for EvOps’s inner logic 🦀
https://github.com/evops-sum25/evops-backend
api axum backend diesel docker evops grpc postgresql rest-api rust tonic
Last synced: 9 months ago
JSON representation
A REST + gRPC server for EvOps’s inner logic 🦀
- Host: GitHub
- URL: https://github.com/evops-sum25/evops-backend
- Owner: evops-sum25
- License: other
- Created: 2025-06-03T09:50:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T12:40:43.000Z (10 months ago)
- Last Synced: 2025-06-25T13:42:54.977Z (10 months ago)
- Topics: api, axum, backend, diesel, docker, evops, grpc, postgresql, rest-api, rust, tonic
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EvOps / Back End
## Build Instructions
1. Create a [`.env`](`/.env.example`).
```shell
cp .env.example .env
```
2. Run the server.
- Development mode:
```shell
bacon
```
- Release mode:
```shell
cargo run --release
```
3. Both the REST and gRPC servers should be available on http://0.0.0.0:8080 by
default.