Rust
A sample rust app for KintoHub
π Deploying on KintoHub#
- Service Type: Backend API
- Repo: https://github.com/kintoproj/kinto-examples
- Subfolder Path: ./rust
- Branch: main
- Language: Rust
- Language version: 1
- Build Command:
cargo build --release - Start Command:
./target/release/hello-web-server - Port: 3000
When complete, open the Access tab and open the external URL to see your Rust example!
tip
The Rust example can be deployed using Dockerfile on KintoHub
π¬ Deploying with Dockerfile#
- Service Type: Backend API
- Repo: https://github.com/kintoproj/kinto-examples
- Subfolder Path: ./rust
- Branch: main
- Language: Dockerfile
- Dockerfile Name: Dockerfile
- Port: 3000
π¨ Running locally#
Pre-requisites: Rust v1
- Clone the repository to a folder of choice.
- Install the dependencies
- To start the app
After running this command, open localhost:3000 in your browser to view the response sent.
Response sent#
π Support#
Slack: https://join.slack.com/t/kintogoons/shared_invite/zt-mu6bvg79-BmkkdMRRwohJioZggXVYeA