Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

This project is more about testing out a different approach in making websites. It's not hosted on github pages because its dynamic and you need to host it yourself via cargo.

License

Notifications You must be signed in to change notification settings

1Kill2Steal/rocket-htmx-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Rocket + HTMX site

It's a work in progress without much functionality. Made this project to test out how to work with Rust for websites using Rocket.

Prerequisites

  1. Rust language w/ cargo
  • This project uses - rustup nightly - rustup default nightly

To use the application

  1. Run cargo build (You only need to run it once)
  2. Run cargo run OR cargo run --release

TODO:

  • Implement the rusqlite functionality for the log in system.
  • Implement a private and secure cookie (of the hashed password) to persistently store the session.
  • Implement a log out system that removes the cookie.

A lot of UI Improvement

  • Boring. I don't know when I'll do it...

Buying a real domain and hosting on it- (probably not soon)

About

This project is more about testing out a different approach in making websites. It's not hosted on github pages because its dynamic and you need to host it yourself via cargo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published