A simple starter template for building web applications with Actix Web and Rust.
- Rust (https://www.rust-lang.org/)
Clone the repository and navigate into the project directory:
git clone https://github.com/NovqiGarrix/actix-starter.git
cd actix-starterBuild the project:
cargo buildStart the server with:
cargo runVisit http://localhost:4000 in your browser to see the running application.
Contributions are welcome! Open an issue or submit a pull request.