kalgan
A web framework for Rust programing language.
Getting Started
-
Create your project with cargo:
-
Add the dependency in
Cargo.toml
:[] = { = "0.9.0", = ["tera"] }
-
Set your
main.rs
as follows: -
Run your app:
my_path="path_to_my_project"
-
Open your browser and go to http://127.0.0.1:7878
You will see the following message:
Hello World! :)
Documentation
For further information please visit:
License
This crate is licensed under either of the following licenses: