https://github.com/anikethsaha/realtime-notifcation-mern-graphql
MERN + GraphQL stack
https://github.com/anikethsaha/realtime-notifcation-mern-graphql
apollo-client expressjs graphql mongodb nodejs reactjs server-side-rendering
Last synced: 29 days ago
JSON representation
MERN + GraphQL stack
- Host: GitHub
- URL: https://github.com/anikethsaha/realtime-notifcation-mern-graphql
- Owner: anikethsaha
- Created: 2018-05-27T08:55:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T21:48:35.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:16:35.075Z (3 months ago)
- Topics: apollo-client, expressjs, graphql, mongodb, nodejs, reactjs, server-side-rendering
- Language: JavaScript
- Homepage:
- Size: 4.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN+GraphQL
##### UNDER DEVELOPMENT
## `npm i` to install npm packages used in this project
## Run `npm run build` before starting to compile with webpack
## to start the apollo server `nodemon subscriptionServer`
The name is only subscription but I am not using graphql subscription in this project
## to start the express js server type `nodemon server`