Backend for running the Instagram clone (minimal)
Steps to run
-
Clone the repository.
-
Install all dependencies using:
yarn
OR
npm install
- Run the server using the command:
yarn start
OR
npm start
This will start the server at http://localhost:5000 which is the baseURL specified in insta-fe.