NEXTJS GRAPHQL BLOG is my starter kit which makes it easy to build apps using GraphQL, Apollo, NextJS, Mongo, Express and React
These instructions will get you a copy of the project up and running on your local Linux or Mac OS X machine
Please make sure you are using your own MongoDB link instead of https://cloud.mongodb.com/v2/61b9ab8d624bb71ecef90461#clusters/connect?clusterId=Cluster0
Install nodemon globally
sudo npm install -g nodemon --save-dev
Move to your web projects directory and clone the application using Git
cd /var/www/html
git clone https://github.com/kutaloweb/nextjs-graphql-blog
Move to application directory
cd nextjs-graphql-blog
Install the application dependencies
npm install
Populate database
npm run populate
Execute the NPM script
npm run dev
As an open project, I welcome contributions from everybody. Please, feel free to fork the repository and submit pull requests
This project is licensed under the MIT License - see the LICENSE file for details
Want help with implementation or new features? Start a conversation with me: kutalo84@gmail.com