Instagram like web app with PERN stack (PostgreSQL, Express, React, Node)
Clone the project
git clone https://github.com/tasmiarahmantanjin/Matcha.gitGo to the project directory
cd MatchaInstall dependencies
npm installStart the server
cd server
npm run devStart the client
cd client
npm run start