NotesRUs
Notes Aplication
The database schema if your intrested is here.
What You Need
- Built The Front End to ./notes_r_us_ui/dist/.
- Rust
Build/Run
# Must have a database to connect to Default: (./database.sqlite)
Deployment
Docker
We have docker images both on Docker Hub and GitHub's ghcr.io. To add persistance create a shared volume with the container or use postgres. Changing the default settings use this List Of Enviroment Varibles.
Kubernetes
This is slightly harder to recreate as curenetly we are using kubernetes info HERE.