Skip to content

wiseaidev/rocket-rs

 
 

Repository files navigation

Rocket RS

License Build Status

🚀 Rocket-rs is a full stack web application template built using the Rocket framework.

Requirements

Before you get started, make sure you have the following requirements in place:

  • Latest Rust version installed on your system.

Pages

This template offers the following pages:

  1. Login Page: Use this page to log in to your account. Login Page

  2. Signup Page: Create a new account on this page. Signup Page

  3. Forgot Password Page: Reset your password with this page. Forgot Password Page

  4. 404 Page: A custom 404 error page for handling missing content. 404 Page

Usage

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 build Build the application.

  • Test: make test Run tests for the application.

TODO

License

This project is licensed under the MIT License. See the LICENSE file for details.

Packages

No packages published

Languages

  • CSS 95.3%
  • Rust 4.1%
  • Other 0.6%