An open API service indexing awesome lists of open source software.

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.

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.