This repository contains the backend code for the Instagram clone React project [https://github.com/diegomottadev/clone-instagram-view].
Make sure MongoDB is running
Install dependencies: npm install
Populate the database with data: npm run seed-db
Start the backend: npm run dev