Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.04 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.04 KB

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

Installation

  • 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")?

LICENSE

MIT