🚀 Rocket-rs is a full stack web application template built using the Rocket framework.
Before you get started, make sure you have the following requirements in place:
- Latest Rust version installed on your system.
This template offers the following pages:
To use this template, you can run the following commands:
-
Run:
make run: Build and run the application. -
Build Release:
make release: Build a release version of the application. -
Build:
make buildBuild the application. -
Test:
make testRun tests for the application.
- Add CSRF forms protections using
rocket_csrf_token. - Add more pages.
This project is licensed under the MIT License. See the LICENSE file for details.



