https://github.com/dcrebbin/rust-actix-web-template
A REST web API template I use for Rust Actix Web projects
https://github.com/dcrebbin/rust-actix-web-template
Last synced: 5 months ago
JSON representation
A REST web API template I use for Rust Actix Web projects
- Host: GitHub
- URL: https://github.com/dcrebbin/rust-actix-web-template
- Owner: dcrebbin
- Created: 2024-08-03T08:35:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T09:36:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:22:49.268Z (over 1 year ago)
- Language: Rust
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Actix Web Template
## Setup
1) Install Rust
2) Create a `.env` file based on `env.example`
3)
- **local:** Run `cargo run`
- **docker:** Run `docker compose up --build`
- **deploy:** https://fly.io or https://console.cloud.google.com