Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielshow/graphql-blog
Learn the basics of GraphQL by building a simple GraphQL application🎉🎊🏹
https://github.com/danielshow/graphql-blog
api express graphql heroku heroku-deployment javascript node
Last synced: about 1 month ago
JSON representation
Learn the basics of GraphQL by building a simple GraphQL application🎉🎊🏹
- Host: GitHub
- URL: https://github.com/danielshow/graphql-blog
- Owner: Danielshow
- Created: 2019-03-24T12:13:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:25:17.000Z (about 2 years ago)
- Last Synced: 2023-03-02T09:15:58.445Z (almost 2 years ago)
- Topics: api, express, graphql, heroku, heroku-deployment, javascript, node
- Language: JavaScript
- Homepage: https://show-blogg.herokuapp.com/
- Size: 1.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Application GraphQL API
A blogging application that allows user create post, comments on post, filter post based on given criteria🎉🎊🏹- Users can signup and login
- Login users can create posts
- Login users can delete and update post
- Users can comment on post
- Users can filter post based on some criteria## Stack
- Javascript
- NodeJS
- GraphQL
- Express
- GraphQL Yoga
- Prisma
- Prisma binding# Blogging Application
[Link](https://show-blogg.herokuapp.com/)### Setup
- CLone this application
- Download docker to host prisma container
- run `npm install`
- run `npm run start:dev`## Limitation
Still in Development## Contribution
- Clone this Repository and raise a pull request