MERN application with crud functionality and authorization with google Oauth and JSON web token . A social media apps where people can like other peoples posts and create posts
To start the server
create a .env file in server and populate CONNECTION_URL and PORT PORT = 5000 CONNECTION_URL= mongodburl
npm install
npm start
To start the frontend go to client1 first install all dependencies in package.json
npm install
npm start
https://awesome-experience.netlify.app
To run this project, you will need to add the following environment variables to your .env file
PORT
CONNECTION_URL
#some info because the server is deployed on heroku the speed of the application might be slow if the internet connection is slow Thank you