12 lines
430 B
Markdown
12 lines
430 B
Markdown
# 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 |