This commit is contained in:
2024-08-13 16:46:44 -04:00
commit 8cb37c6011
418 changed files with 69567 additions and 0 deletions

12
frontend/README.md Normal file
View File

@@ -0,0 +1,12 @@
# development
## Test Backend
To use the test backend, please uncomment the following lines in services/services.js
// ************* SELECT DEV API HERE *************
baseURL = "https://dev.estancia-agape.com/"
## Branching
Please use Feature Branch to develop and create pull request into master when finished
## Code
I have implemented a service that provides a ton of helpers. Besides this, the code should not be that bad