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

https://github.com/aniketfuryrocks/graphql_api_rs

Bootstrap template for rust + actix + mongo + jwt API.
https://github.com/aniketfuryrocks/graphql_api_rs

graphql rust template

Last synced: 6 months ago
JSON representation

Bootstrap template for rust + actix + mongo + jwt API.

Awesome Lists containing this project

README

          

# Rust API template

Bootstrap template for `rust + actix + mongo + jwt` API.

Comes with mongo express for development environment.

## Open Ports

| name | port | env |
| ------------- | ---- | -------- |
| `curiosity-api` | 8080 | `prod/dev` |
| `mongo-express` | 8081 | `dev` |

## Environment Variables

| env | when |
| --- | ----------- |
| `JWT_SECRET` | PROD |

## Development

**run using**

```bash
make dev
```