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
@@ -444,7 +411,7 @@ For further information read the [docs](https://github.com/aichbauer/express-rou
444
411
445
412
Example for User Model:
446
413
447
-
> Note: Only supported Methods are **POST**, **GET**, **PUT**, and **DELETE**. So no **PATCH** for updates, etc...
414
+
> Note: Only supported Methods are **POST**, **GET**, **PUT**, and **DELETE**.
448
415
449
416
userRoutes.js
450
417
@@ -546,6 +513,8 @@ There are no automation tool or task runner like [grunt](https://gruntjs.com/) o
546
513
547
514
This is the entry for a developer. This command:
548
515
516
+
By default it uses a sqlite databse, if you want to migrate the sqlite db by each start, disable the `prestart` and `poststart` command. Also mind if you are using a sqlite database to delete the `drop-sqlite-db` in the prepush hook.
517
+
549
518
- runs **nodemon watch task** for the all files conected to `.api/api.js`
550
519
- sets the **environment variable**`NODE_ENV` to `development`
0 commit comments