Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.5 KB

📨 POST-IT 📬

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 🔏

Publication

This app puslished on Heroku (backend) and Netlify (frontend). Here is the Live App 💻🏃🏽‍♂️

Installation

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

Pages

Register Page

image

Login Page

image

Home Page-1

image

Home Page-2

image

Post Page

image