Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 352 Bytes

Nodejs-GraphQL-Sequelize

A simple blog API that has Users, Posts and Comments. A user should be able to authenticate (register, login and create a post, view posts, create comments and view comments.

run npm i

npm run dev

try the apis on http://localhost:3301/api

you'll find all the querys and mutations on the file './query.graphql'