Skip to content

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.

License

Notifications You must be signed in to change notification settings

sanwebinfo/rust-name-wish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks