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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boil
56
56
*[Deployment](#deployment)
57
57
*[Licence](#licence)
58
58
59
-
## > Getting started
59
+
## Getting started
60
60
61
61
### Prerequisites
62
62
@@ -140,13 +140,13 @@ Sandbox is set to true by default and emails are not send. Pass this value to fa
140
140
$ nodemon
141
141
```
142
142
143
-
## > Entity generation
143
+
## Entity generation
144
144
145
145
Some repetitive tasks such as creating resources can be done quickly with [rsgen](https://github.com/steve-lebleu/rsgen).
146
146
147
147
See [entity generation](https://github.com/steve-lebleu/typeplate/wiki/Entity-generation) wiki section to learn more about generated elements and how to use.
148
148
149
-
## > Documentation
149
+
## Documentation
150
150
151
151
```bash
152
152
$ npm run doc
@@ -156,7 +156,7 @@ Generate API documentation website into *./docs/apidoc/*.
156
156
157
157
See [apidoc](http://apidocjs.com/) for more informations about customization.
158
158
159
-
## > Tests
159
+
## Tests
160
160
161
161
```bash
162
162
$ npm run test
@@ -168,11 +168,11 @@ HTML coverage report is generated by [Istanbul](https://github.com/gotwarlost/is
168
168
169
169
Bonus with *./insomnia.workspace.json* if you wish run manual e2e tests without create the config.
170
170
171
-
## > Continuous integration
171
+
## Continuous integration
172
172
173
173
Basic Github actions configuration is provided in *./.github/workkflows.yml* files.
174
174
175
-
## > Deployment
175
+
## Deployment
176
176
177
177
Project implements a basic [PM2](https://github.com/Unitech/PM2/) configuration to allow deployment.
178
178
@@ -218,6 +218,6 @@ $ pm2 deploy production update
218
218
219
219
More info about [PM2](http://pm2.keymetrics.io/docs/usage/quick-start/) and [PM2 deploy](https://pm2.io/doc/en/runtime/guide/easy-deploy-with-ssh/).
0 commit comments