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

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 🦀

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.