Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 279 Bytes

Simple GraphQL Blog API

Simple GraphQL API created for learning purposes. Built using Node.js and PostgreSQL. It assumes that a local database exists called simple-blog-db and belongs to the postgres user.

Run with the following commands

npm install
npm start