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