Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fivehanz/fxnz
Moved to gitlab permanently @ https://gitlab.com/fivehanz/links-management-system
https://github.com/fivehanz/fxnz
gitlab mirrored-repository
Last synced: about 2 months ago
JSON representation
Moved to gitlab permanently @ https://gitlab.com/fivehanz/links-management-system
- Host: GitHub
- URL: https://github.com/fivehanz/fxnz
- Owner: fivehanz
- Created: 2022-03-27T10:38:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T17:49:18.000Z (over 1 year ago)
- Last Synced: 2024-06-20T12:49:28.160Z (6 months ago)
- Topics: gitlab, mirrored-repository
- Language: Rust
- Homepage: https://hanz.lol
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hanz.lol
Personal Link Management System with API
ArgoCD and K8S manifest files ---> [here](https://gitlab.com/fivehanz/lms-cd-files)
TODO
- [x] structured folders/mods for routes, models, database
- [x] organized file structure with main and lib.rs
- [ ] setup tracing & monitoring
- [ ] setup health checks and status checks
- [ ] convert TODO to issues
- [x] DB & ORM -- sea orm, postgres
- [ ] auth system
- [x] build with gitlab CI
- [x] deploy using argocd and k8s
- [ ] implement tests
- [ ] semantic versioning automation
- [x] move to trunk based development, [ref](https://cloud.google.com/architecture/devops/devops-tech-trunk-based-development)Note: the project is being ported to rust with axum and tokio ecosystem.