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.
- Host: GitHub
- URL: https://github.com/aniketfuryrocks/graphql_api_rs
- Owner: aniketfuryrocks
- Created: 2022-09-05T18:00:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T00:37:24.000Z (over 2 years ago)
- Last Synced: 2025-04-01T14:17:48.855Z (6 months ago)
- Topics: graphql, rust, template
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```