fix: fixing file_repository for new dyn layout, updating readme, deleting unused From for PrimaryKeyType

This commit is contained in:
2024-06-01 20:48:36 +02:00
parent 75de8c4adb
commit f57f58818f
3 changed files with 39 additions and 26 deletions
+14
View File
@@ -69,3 +69,17 @@ Install a postgres:
![Mugshot of Admin](./docs/mugshot.png)
### Project Structure
#### Root Folders
- docker: all about docker, atm. database docker image for development.
- docs: place for all future documentation, including this.
- entity: crate containing database models
- migration: crate containing database migrations
- rear: crate containing the main library for rear
- src: crate containing a runnable project implementing rear as a demo project
- static: static files used by rear
- strinto: experimental crate for an idea.
- templates: all templates for rear-admiral.