Skip to content

Commit 2b83e3d

Browse files
committed
Update project version to 1.0.8 and add command to create database and tables in README.md file
1 parent eb3d47e commit 2b83e3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,13 @@ edit config/config.json file and change your database name, username and passwor
4040
}
4141
}
4242

43+
```
44+
and run this command to create database and tables
45+
```bash
46+
npm run prepare
4347
```
4448

49+
### Run the project
4550
```bash
4651
npm run start:dev
4752
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Nodejs Express Sequelize Mysql API Boilerplate with JWT, Swagger, Winston, PM2",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)