Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fintrak-solutions/backend
https://github.com/fintrak-solutions/backend
diesel postgresql rocket rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fintrak-solutions/backend
- Owner: FinTrak-Solutions
- License: mit
- Created: 2024-11-22T01:53:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T02:26:55.000Z (about 1 month ago)
- Last Synced: 2024-11-22T03:21:49.854Z (about 1 month ago)
- Topics: diesel, postgresql, rocket, rust
- Homepage: https://FinTrak-Solutions.github.io/Backend/
- Size: 2.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backend
### Update Documentation
```shell
cd Backend
source venv/bin/activate
cd Documentation
# check locally
mkdocs serve
# build and deploy
mkdocs build
mkdocs gh-deploy
```