Skip to content

guptapriyanshu7/post-node-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post Node

GitHub issues GitHub stars GitHub forks GitHub license

This project was bootstrapped with Create React App.

Features

  • Set your current status.
  • View other users' posts.
  • Create your post with image.
  • Edit/Delete post.

Tools

  • Node.js, Apollo Client, React.js

Folder Structure

post-node-graphql
├───public (Static HTML content.)
├───src (React specific folders.)
    ├───components (React components.)
└───package.json (Packages required.)

Local Setup

  • 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.

License

This project is licensed under the MIT License, © 2021 Priyanshu Gupta. See LICENSE for more details.