Next-GraphQL-Blog
๐ A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
File Explorer
Download Latest Version (.zip)- commentPost.js
- likePost.js
- deletePost.js
- writePost.js
- login.js
- signup.js
- updateUser.js
- allPosts.js
- getCurrentUser.js
- newComment.js
- newLike.js
- newPost.js
- constants.js
- CommentList.js
- FeedList.js
- FeedLoader.js
- GoogleLoginButton.js
- HeadData.js
- LoadPendingButton.js
- nav.js
- PostCard.js
- SearchForm.js
- StyledSignForm.js
- alerts.js
- gtag.js
- init-apollo.js
- isAuth.js
- parseError.js
- privatePage.js
- sitemapAndRobots.js
- with-apollo-client.js
- withUser.js
- _app.js
- _document.js
- callback.js
- index.js
- login.js
- new-post.js
- profile.js
- signup.js
- icon-128x128.png
- icon-144x144.png
- icon-152x152.png
- icon-192x192.png
- icon-384x384.png
- icon-512x512.png
- icon-72x72.png
- icon-96x96.png
- alertdefault.css
- alertjelly.css
- blog-placeholder.jpg
- favicon.ico
- manifest.json
- nprogress.css
- robots.txt
- .babelrc
- .gitignore
- context.js
- index.js
- next.config.js
- now.json
- package.json
- yarn.lock
- google.js
- Comment.js
- Like.js
- Post.js
- User.js
- index.js
- index.js
- multiple.js
- queryLoader.js
- single.js
- index.js
- login.js
- signup.js
- commentPost.js
- index.js
- index.js
- likePost.js
- deletePost.js
- index.js
- writePost.js
- index.js
- updateUser.js
- index.js
- index.js
- user.js
- commentedBy.js
- index.js
- post.js
- index.js
- likedBy.js
- post.js
- allPosts.js
- comments.js
- index.js
- likes.js
- postById.js
- postedBy.js
- allUsers.js
- comments.js
- currentUser.js
- index.js
- likes.js
- posts.js
- index.js
- index.js
- newComment.js
- newLike.js
- newPost.js
- index.js
- Auth.js
- Comment.js
- index.js
- Like.js
- Post.js
- User.js
- index.js
- .babelrc
- .gitignore
- backpack.config.js
- index.js
- now.json
- package.json
- yarn.lock
- .gitignore
- blog-preview.PNG
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Alexloof/Next-GraphQL-Blog
Downloads the entire project code from GitHub to your computer.
cd Next-GraphQL-Blog
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
