Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankb-o-t/rocket-web-app
A simple webapp using rocket.rs
https://github.com/hankb-o-t/rocket-web-app
Last synced: about 10 hours ago
JSON representation
A simple webapp using rocket.rs
- Host: GitHub
- URL: https://github.com/hankb-o-t/rocket-web-app
- Owner: HankB-o-t
- Created: 2023-02-09T19:56:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-23T03:12:28.000Z (4 months ago)
- Last Synced: 2024-07-23T05:50:00.956Z (4 months ago)
- Language: Handlebars
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web app made using rust
This is my own personal web app using rocket.rs in rustIt uses:
- Routing from rocket
- Handlebars
- Rust (Obviously)## USING
If you want to use this, give credit if you aren't going to fork this, by forking you are giving credit, so I'll appreciate that## Requirements
- Rust (Latest version)
- Cargo (probably included with rust)To install dependencies you only need to do `cargo run` or `cargo watch -x run` (for executing when save)