Push further changes to all above

This commit is contained in:
2025-01-22 18:01:14 +02:00
parent cd89e5788f
commit 201603fec8
23 changed files with 73 additions and 13 deletions
+12 -3
View File
@@ -1,10 +1,19 @@
# OpenAssetManager
Product for asset documentation for home to big business. Free base-system and non-free (paid) addons.
Our folder structure:
## Products
All of the projects are located in this project. This is a monorepo. Make sure you have ASDF installed.
### Web
All web projects are under `web`, they are react projects.
### API's
Our folder structure for the APIs:
```
fastapi-project
├── alembic/
├── migrations/
├── src
│ ├── auth
│ │ ├── router.py # auth main router with all the endpoints
@@ -51,5 +60,5 @@ fastapi-project
├── .env
├── .gitignore
├── logging.ini
└── alembic.ini
└── pyproject.toml
```