Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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🎉🎊🏹

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