You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| CI/CD to Digital Ocean Droplet (the `hml-do` and `prd-do` branches will trigger [Digital Ocean's deploy workflow](#Digital-Ocean-Droplet)) | ✔️ |
59
+
| CI/CD to AWS (the `hml-aws` and `prd-aws` branches will trigger [AWS' deploy workflow](#AWS-Workflow)) | In progress |
60
+
| CI/CD to Google Cloud (the `hml-gc` and `prd-gc` branches will trigger [GCloud's deployment workflow](#Google-Cloud-Workflow))| In progress |
61
61
62
62
### Integrations
63
63
@@ -74,7 +74,7 @@ This is a fully-featured Django-React boilerplate built for great development ex
74
74
4. Install dependencies: `npm i && pip install -r requirements.txt && cd frontend && npm i`
75
75
5. Setup the project `.env` file by taking as example the `.env.example` on the root folder (refer to [configuration](#Configuration) for more details)
76
76
6. Setup the frontend app's `frontend/.env` file by taking as example the `frontend/.env.example` file (refer to [configuration](#Configuration) for more details)
77
-
7. Start the application: `npm start`
77
+
7. Start the application: `npm start` (make sure Postgres is up and running)
78
78
79
79
## Configuration
80
80
@@ -104,7 +104,7 @@ You should configure these variables on a `.env` file on the root folder for the
| AUTH_TOKEN | - | An auth key generated on Django's admin that must be associated to a user with specific permissions (i.g.: read specific infos from Django's ORM) |
| NODE_ENV |`development`|Let's Webpack know when to build files to correct public path, optimize code and when to prepend localhost for API endpoints or not. Values must be either `development` or `production`. This is hardcoded on the [Dockerfile](./Dockerfile)|
122
+
| AUTH_TOKEN | - | An auth key generated on Django's admin that must be associated to a user with specific permissions (i.g.: read specific infos from Django's ORM) |
0 commit comments