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
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</h1>
5
5
<palign="center">Create a new production-ready project with <b>backend</b> (Golang), <b>frontend</b> (JavaScript, TypeScript)<br/>and <b>deploy automation</b> (Ansible, Docker) by running one CLI command.<br/><br/>Focus on <b>writing</b> code and <b>thinking</b> of business-logic! The CLI will take care of the rest.</p>
> ✌️ Since Create Go App CLI `v2.0.0`, we're recommend to use **Traefik Proxy** as default proxy server for your projects. The main reason: this proxy provides _automatic_ SSL certificates from Let's Encrypt out of the box. Also, Traefik was built on the Docker ecosystem and has a _really good looking_ and _useful_ Web UI.
134
134
135
+
### Database
136
+
137
+
- Roles for run Docker container with [PostgreSQL](https://postgresql.org/):
138
+
-`postgres` — configured PostgreSQL container with apply migrations for backend.
139
+
140
+
### Cache (key-value storage)
141
+
142
+
- Roles for run Docker container with [Redis](https://redis.io/):
143
+
-`redis` — configured Redis container for backend.
144
+
135
145
## ⭐️ Project assistance
136
146
137
147
If you want to say **thank you** or/and support active development of `Create Go App CLI`:
0 commit comments