Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-modi278/message-board-frontend
A simple blog sharing web application with boards, comments, users, and likes, markdown support - made using PostgreSQL, Express, React and Node.
https://github.com/harsh-modi278/message-board-frontend
material-ui oauth2 reactjs
Last synced: 6 days ago
JSON representation
A simple blog sharing web application with boards, comments, users, and likes, markdown support - made using PostgreSQL, Express, React and Node.
- Host: GitHub
- URL: https://github.com/harsh-modi278/message-board-frontend
- Owner: Harsh-Modi278
- Created: 2021-10-12T16:27:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T13:42:31.000Z (9 months ago)
- Last Synced: 2024-02-18T13:42:24.451Z (9 months ago)
- Topics: material-ui, oauth2, reactjs
- Language: JavaScript
- Homepage: https://message-board-frontend.vercel.app/
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Message Board
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
Demo link: https://harsh-modi278.github.io/Message-Board-Frontend/
## InstallationInstall my-project with npm
```bash
npm install Message-Board-Frontend
cd Message-Board-Frontend
```
## Environment VariablesTo 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`
## Run LocallyClone the project
```bash
git clone https://github.com/Harsh-Modi278/Message-Board-Frontend
```Go to the project directory
```bash
cd Message-Board-Frontend
```Install dependencies
```bash
npm install
```Start the server
```bash
npm start
```
## DeploymentTo deploy this project run
```bash
npm run deploy
```
## Tech Stack**Client:** React, MaterialUI
**Server:** Node, Express, PostgreSQL
## Acknowledgements- [Readme template](https://readme.so/editor)