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.
- Rust: https://www.rust-lang.org/
- Base Concept: https://github.com/mskian/greeting-wishes/tree/termux
- Download or clone the repo
git clone https://github.com/sanwebinfo/rust-name-wish.git
cd rust-name-wish
- Test the site
cargo run
## Home Page
http://localhost:6022/
## Wish Page
http://localhost:6022/wish?name=your-name
- Production build and usage
cargo build --release
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
.bind("0.0.0.0:6022")?
MIT