Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Web app made using rust
This is my own personal web app using rocket.rs in rust

It 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)