Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctrachte/rusty-web-app
A simple web-app built with Rust, Rocket.rs, and a few basic dependencies. Meant to be used for educational purposes at Central Arkansas JavaScript's 10-15-2020 online meetup event.
https://github.com/ctrachte/rusty-web-app
hacktoberfest hacktoberfest-2020 hacktoberfest-starter hacktoberfest2020 rocket rust rusty-web
Last synced: 25 days ago
JSON representation
A simple web-app built with Rust, Rocket.rs, and a few basic dependencies. Meant to be used for educational purposes at Central Arkansas JavaScript's 10-15-2020 online meetup event.
- Host: GitHub
- URL: https://github.com/ctrachte/rusty-web-app
- Owner: ctrachte
- Created: 2020-08-26T19:25:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T20:53:29.000Z (over 4 years ago)
- Last Synced: 2024-11-16T00:25:30.893Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest-2020, hacktoberfest-starter, hacktoberfest2020, rocket, rust, rusty-web
- Language: CSS
- Homepage:
- Size: 677 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A Rusty Web App
by Caleb TrachteA simple web-app built with Rust, Rocket.rs, and a few basic dependencies. Meant to be used for educational purposes at Central Arkansas JavaScript's 10-15-2020 online meetup event.
*More will be added to this readme as the app is developed*## Getting Started
![Image of Getting Stated Documentation.](https://github.com/ctrachte/Rusty-Web-App/blob/master/getting_started.png)
- You can also clone this repository instead of creating a new rocket.rs project
## Dependencies
- rocket v"0.4.5"
- rocket_contrib v"0.4.5"
- *This crate contains officially sanctioned contributor libraries that provide functionality commonly used by Rocket applications.*
- features: "serve", "handlebars_templates"
- serde v"1.0"
- serde_derive v"1.0"
- serde_json v"1.0"## Contributing
This project is being actively maintained for the [2020 Hacktoberfest event sponsored by Digital Ocean](https://hacktoberfest.digitalocean.com/) and pull requests will be reviewed/accepted during this period only.