This is the backend repository for Message Boards project.
Frotend demo: http://message-board-frontend.vercel.app/
Backend is hosted at: https://vercel.com/harsh-modi278/message-board-backend
Install my-project with npm
npm install Message-Board-Backend
cd Message-Board-BackendTo run this project, you will need to add the following environment variables to your .env file
DB_USERNAME
DB_PASSWORD
DB_NAME
DB_PORT
DB_HOST
Clone the project
git clone https://github.com/Harsh-Modi278/Message-Board-Backend.gitGo to the project directory
cd Message-Board-BackendInstall dependencies
npm installStart the server
npm run startTo deploy this project run
git add .
git commit -m "<your commit message>"
git push heroku mainClient: React, MaterialUI
Server: Node, Express, PostgreSQL
