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
The SQLite Path is set in `.env`, as `SQLITE_PATH`
130
140
131
-
## Database migration
141
+
<br />
142
+
143
+
## ✨ Database migration
132
144
133
145
> Generate migration:
134
146
@@ -144,7 +156,7 @@ $ yarn typeorm migration:run
144
156
145
157
<br />
146
158
147
-
## API
159
+
## ✨ API
148
160
149
161
For a fast set up, use this POSTMAN file: [api_sample](https://github.com/app-generator/api-server-nodejs-pro/blob/master/media/api.postman_collection.json)
150
162
@@ -191,7 +203,7 @@ authorization: JWT_TOKEN (returned by Login request)
191
203
192
204
<br />
193
205
194
-
## Credits
206
+
## ✨ Credits
195
207
196
208
This software is provided by the core AppSeed team with an inspiration from other great NodeJS starters:
0 commit comments