# Local Backend Installation Process

Step 1:

  • First you need to navigate to the backend project folder, then open the terminal and run:
  • yarn installimageimage

    Step 2:

  • Now, build the project by running the following command:
  • yarn buildimageimage

    Step 3:

  • Finally, start the backend server locally with:
  • yarn devimage
  • Initially, it will show Database connection failed after you successfully set up your frontend, the .env file will be automatically created, and it will show Database connection successfully.
  • image
  • Now your backend is running locally. You can access it via localhost:port.
  • image
  • Now you need to setup your frontend. click here to open frontend installation process Frontend Installation Process