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
<palign="center">Fully-featured, up-to-date React-Django boilerplate with great.</p>
7
7
</p>
8
8
9
9
---
10
10
11
-
## About
12
-
13
11
This is a fully-featured Django-React boilerplate built for great development experience and easy deployment.
14
12
13
+
## Development
14
+
15
+
### Database
16
+
17
+
To start developing on this project, you will need a Postgres database instance running. It doesn 't matter if it's a local instance or a remote one. Just make sure to set up a Postgres database and configure the `.env` file with the correct credentials.
18
+
19
+
For convenience, if you want to use Docker + Docker Compose to spin up a Postgres instance locally, with pgAdmin using alongisde, use the following command:
20
+
21
+
```sh
22
+
pnpm run dev:db:up
23
+
```
24
+
15
25
### Global
16
26
17
27
- Commit lint rules
@@ -28,12 +38,12 @@ This is a fully-featured Django-React boilerplate built for great development ex
28
38
| Other features | Status |
29
39
| --------------------------- | ----------- |
30
40
| SSR ready | In progress |
31
-
| Service workers | ✔️ |
32
-
| Gzip static file gen | ✔️ |
33
-
| Cache control | ✔️ |
34
-
| Code split and lazy loading | ✔️ |
35
-
| Google Analytics ready | ✔️ |
36
-
| PWA ready | ✔️ |
41
+
| Service workers | ✔️ |
42
+
| Gzip static file gen | ✔️ |
43
+
| Cache control | ✔️ |
44
+
| Code split and lazy loading | ✔️ |
45
+
| Google Analytics ready | ✔️ |
46
+
| PWA ready | ✔️ |
37
47
38
48
### Backend
39
49
@@ -43,8 +53,8 @@ This is a fully-featured Django-React boilerplate built for great development ex
43
53
44
54
| Other features | Status |
45
55
| -------------------- | ------ |
46
-
| Token authentication | ✔️ |
47
-
| SMTP ready | ✔️ |
56
+
| Token authentication | ✔️ |
57
+
| SMTP ready | ✔️ |
48
58
49
59
### Infrastructure
50
60
@@ -55,9 +65,9 @@ This is a fully-featured Django-React boilerplate built for great development ex
| CI/CD to any V.M. (AWS EC2s, GCloud apps, Digital Ocean droplets, Hostgator VPSs, etc) accessible via SSH (the `hml` and `prd` branches will trigger the [deploy workflow](#Virtualized-Deploy-Workflow)) | ✔️ |
60
-
| CI/CD to deploy straight on host (without virtualization; not recommended) (the branch `prd-host` will trigger this. See more on the [host deploy workflow](#Host-Deploy-Workflow) method) | ✔️ |
68
+
| NGINX config file | ✔️ |
69
+
| CI/CD to any V.M. (AWS EC2s, GCloud apps, Digital Ocean droplets, Hostgator VPSs, etc) accessible via SSH (the `hml` and `prd` branches will trigger the [deploy workflow](#Virtualized-Deploy-Workflow)) | ✔️ |
70
+
| CI/CD to deploy straight on host (without virtualization; not recommended) (the branch `prd-host` will trigger this. See more on the [host deploy workflow](#Host-Deploy-Workflow) method) | ✔️ |
0 commit comments