Push further changes to all above
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user