Skip to content

Commit

Permalink
add instructions in README to create the DB: ysql_sequelize (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibtayshah authored and rkarthik007 committed Aug 1, 2019
1 parent c5202a3 commit da5c754
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions node/sequelize/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Prerequisites

ysqlsh is installed and added to PATH

# Build and run

Install depedencies by running:
```
$ npm install
```

Create Database
```
ysqlsh -c "CREATE DATABASE ysql_sequelize"
```

To run, simply do:
```
$ npm start
Expand Down

0 comments on commit da5c754

Please sign in to comment.