/insta-be

Backend to serve insta-fe

Primary LanguageJavaScript

Backend for running the Instagram clone (minimal)

Steps to run

  1. Clone the repository.

  2. Install all dependencies using:

yarn

OR

npm install
  1. 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.