Follow the below given instructions to setup the backend locally. 1. Setup .env Add the required secret keys into a .env file. CONNECTION_URL= PORT= 2. Install Dependencies: npm install or npm i This command installs necessary dependencies of the project 3. Start the Server: npm start This command starts the server locally.