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-Frontend
To 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-Frontend
Go to the project directory
cd Message-Board-Frontend
Install dependencies
npm install
Start the server
npm start
To deploy this project run
npm run deploy
Client: React, MaterialUI
Server: Node, Express, PostgreSQL