Skip to content

Commit

Permalink
Merge pull request #1 from ssabat/ssabat-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ssabat authored Dec 19, 2020
2 parents 3d075ea + abf5875 commit 4aa13c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ cd nodejs-graphql-mysql-example
# Install dependencies
npm install

# Create Schema in MySQLfor Linux/Unix/MacOS
mysql -h <host> -P 3306 -u <user> -p < ./sql/exapp.sql

# Run the server
PORT=8080 MYSQL_DB_USER=root MYSQL_DB_NAME=exapp MYSQL_DB_PASSWORD=secret MYSQL_DB_ADDRESS=localhost MYSQL_DB_POOL_SIZE=10 npm start

Expand Down Expand Up @@ -85,4 +88,4 @@ mutation {
License
-------

MIT
MIT

0 comments on commit 4aa13c6

Please sign in to comment.