This project was bootstrapped with Create React App.
- Set your current status.
- View other users' posts.
- Create your post with image.
- Edit/Delete post.
- Node.js, Apollo Client, React.js
post-node-graphql
├───public (Static HTML content.)
├───src (React specific folders.)
├───components (React components.)
└───package.json (Packages required.)
- Setup backend, follow instruction in https://github.com/guptapriyanshu7/graphql#local-setup
- Clone this repo:
git clone https://github.com/guptapriyanshu7/post-node-graphql
- Run
npm install
- Start the server:
npm start
- Website will be automatically opened up on your default browser.
This project is licensed under the MIT License, © 2021 Priyanshu Gupta. See LICENSE for more details.