https://github.com/onlyf0ur/rsweb-tmpl
Template for full-stack Web development in Rust using Warp and Maud with HTTPS support.
https://github.com/onlyf0ur/rsweb-tmpl
authentication csr fullstack google-auth rust ssr template web
Last synced: about 1 year ago
JSON representation
Template for full-stack Web development in Rust using Warp and Maud with HTTPS support.
- Host: GitHub
- URL: https://github.com/onlyf0ur/rsweb-tmpl
- Owner: OnlyF0uR
- License: gpl-3.0
- Created: 2025-03-11T13:19:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T07:58:15.000Z (about 1 year ago)
- Last Synced: 2025-05-25T08:34:23.909Z (about 1 year ago)
- Topics: authentication, csr, fullstack, google-auth, rust, ssr, template, web
- Language: Rust
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsweb-tmpl
Template for full-stack Web development in Rust using Warp and Maud with HTTPS support.
### Features
- [x] HTTPS support
- [x] Database support
- [x] Cache support
- [x] Server-side rendering
- [x] Client-side routing
- [x] Token authentication
- [x] Google OAuth2
- [x] REST API
- [x] Database migrations
- [x] Database seeding
- [x] Theming
- [x] User login
- [ ] User registration (Partial)
- [x] Static assets
- [x] Blog
### How to use?
See [SETUP.md](SETUP.md) for instructions on how to set up the project.