Deployed on : https://social-media-react-node.herokuapp.com/
Login, Logout, post, like and comment options.
This project uses React, Node, Express, MongoDB, Graphql, Apollo Client and Chart.js.
To install all the packages (in top level directory and also in 'client' folder).
Add mongo db url in env file
In the client directory, you can run:
Runs the React app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the project directory, you can run:
Runs the server with Express .\
You can use concurrently
dependency to run both the servers together. Configure the script in package.json