https://github.com/sanwebinfo/rust-name-wish
Name Wishing Website Built using Rust - Send warm and personalized greeting wishes to your friends and family members. Enter your name to receive a custom greeting wishes for the festive season.
https://github.com/sanwebinfo/rust-name-wish
bulma css festival festival-app festival-website html rust rust-api template wishing wishing-website
Last synced: 2 months ago
JSON representation
Name Wishing Website Built using Rust - Send warm and personalized greeting wishes to your friends and family members. Enter your name to receive a custom greeting wishes for the festive season.
- Host: GitHub
- URL: https://github.com/sanwebinfo/rust-name-wish
- Owner: sanwebinfo
- License: mit
- Created: 2025-01-04T09:55:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:12:05.000Z (over 1 year ago)
- Last Synced: 2025-10-09T02:04:32.687Z (8 months ago)
- Topics: bulma, css, festival, festival-app, festival-website, html, rust, rust-api, template, wishing, wishing-website
- Language: HTML
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Name Wish
Name Wishing Website Built using Rust - Send warm and personalized greeting wishes to your friends and family members. Enter your name to receive a custom greeting wishes for the festive season.
## Requirements
- Rust:
- Base Concept:
## Installation
- Download or clone the repo
```sh
git clone https://github.com/sanwebinfo/rust-name-wish.git
cd rust-name-wish
```
- Test the site
```sh
cargo run
## Home Page
http://localhost:6022/
## Wish Page
http://localhost:6022/wish?name=your-name
```
- Production build and usage
```sh
cargo build --release
```
```sh
rust-name-wish/
├── start.sh # Shell script to start the Rust project
├── static/ # Folder for static files (CSS, JS, images, etc.)
├── templates/ # Folder for HTML or other template files
└── rust-name-wish # Production Build
```
- For Server use Update bind IP to ```0.0.0.0```
```rs
.bind("0.0.0.0:6022")?
```
## LICENSE
MIT