A simple blog sharing web application boards, comments, users, and likes, markdown support - made using PostgreSQL, Express, React and Node.
Message-Board backend repository: https://github.com/Harsh-Modi278/Message-Board-Backend
Demo link: https://harsh-modi278.github.io/Message-Board-Frontend/
Install my-project with npm
npm install Message-Board-Frontend
cd Message-Board-FrontendTo run this project, you will need to add the following environment variables to your .env file as described in .env.template
REACT_APP_GOOGLE_CLIENT_ID
REACT_APP_GOOGLE_CLIENT_SECRET
Clone the project
git clone https://github.com/Harsh-Modi278/Message-Board-FrontendGo to the project directory
cd Message-Board-FrontendInstall dependencies
npm installStart the server
npm startTo deploy this project run
npm run deployClient: React, MaterialUI
Server: Node, Express, PostgreSQL