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
- Add more environmental profiles and obey all [12-Factor App rules](https://12factor.net/ru/)
149
152
- Implement all OWASP security checks specified in the API Spec
150
-
- Improve error codes and messages
151
153
- Add git hooks for pre-commit and pre-push
152
154
153
155
## Good to have
154
156
155
-
- Improve data model and add more fields
157
+
- Improve the data model and add more fields
156
158
- Deploy to cloud
157
159
- Implement Update Operations mentioned in the API Spec
158
160
@@ -168,16 +170,22 @@ flowchart LR
168
170
- Please create issues with any problem you noticed
169
171
- Please suggest any improvements
170
172
171
-
## Why this?
173
+
## Why this?
172
174
173
175
174
176
I embarked on the endeavor of crafting my own open-source boilerplate repository for several reasons:
175
177
176
-
After years of developing Full Stack applications utilizing ReactJS and JVM-based languages, I observed that existing boilerplate's tended to be either excessive or insufficient for my needs. Consequently, I resolved to construct my own, while adhering rigorously to the principles and guidelines of Go. While similarities with popular Go boilerplate templates may be evident, I have customized this repository to better align with my preferences and accumulated experiences. (My apologies if I inadvertently overlooked crediting any existing templates.)
178
+
After years of developing Full Stack applications using ReactJS and JVM-based languages, I observed that existing
179
+
boilerplates tended to be either excessive or insufficient for my needs.
180
+
Consequently, I resolved to construct my own, while adhering rigorously to the principles and guidelines of Go.
181
+
While similarities with popular Go boilerplate templates may be evident,
182
+
I have customized this repository to better align with my preferences and accumulated experiences.
183
+
(My apologies if I inadvertently overlooked crediting any existing templates.)
177
184
178
-
I yearned for the autonomy to meticulously select the tools for fundamental functionalities such as Routing, Logging, and Configuration Management, ensuring seamless alignment with my personal preferences and specific requirements.
185
+
I yearned for the autonomy to meticulously select the tools for fundamental functionalities such as Routing, Logging,
186
+
and Configuration Management, ensuring seamless alignment with my personal preferences and specific requirements.
179
187
180
-
## What this is not?
188
+
###What this is not?
181
189
182
190
- This isn't a complete solution for all your needs. It's more like a basic template to kickstart your project.
183
191
- This isn't the best place to begin if you want to make an online store. What I've provided is just a simple tool for managing data through an API.
0 commit comments