yew-fullstack-boilerplate
yew-fullstack-boilerplate copied to clipboard
Highly opinionated boilerplate for creating full stack applications with Rust
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
**Thank you!** for a great boiler plate! I have been searching for a good boiler plate to get started with yew and this template contains a lot of goodies! I'm...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Add testing of the web client. The testing should include: - unit testing - integration testing - system testing
Add testing of the API and testing in general to the backend. This should include: - unit testing - integration testing - system testing
Add authentication middleware to the backend in order to allow for protected routes.
Authentication data should be appended automatically without the need to include it every single time a request is done.
Routing should be easy to use - routes should be able to be added in a single line (maybe with annotations) - routes should be able to be declared protected...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...