We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65b8a6 commit bfd4c15Copy full SHA for bfd4c15
README.md
@@ -8,4 +8,12 @@ To run locally:
8
* Create database with the name same as in config file
9
* Run `npm install` or `yarn install`
10
* Run `sequelize db:migrate`
11
+* Run `sequelize db:seed:all` to feed databases via test datas(seeders)
12
+* Run `sequelize db:seed:undo:all` to remove all test datas
13
* Run `nodemon` or `npm start`
14
+
15
+## Postman test samples
16
17
+### Get All Students Test
18
19
+
0 commit comments