Post wall project created with MongoDB, Express.js, React, Node.js, GraphQL, and Apollo Server🚀🚀🚀
Peoples can read all posts without registration 🔓 But if you want to create a post, comment, or like anything you should be registered to the app 🔏
This app puslished on Heroku (backend) and Netlify (frontend). Here is the Live App 💻🏃🏽♂️
Follow the steps below
git clone https://github.com/baristure/post-it.git
cd post-it
Before the start of the backend server, you should create .env file for your mongo connection string 🏷️ and JWT secret key 🔑 After the creating .env file follow the steps
npm install
npm start
Open a new terminal and start the frontend server
cd client
npm install
npm start