Skip to main content

Backend Installation

Local Backend Installation Process

Step 1:

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

Installation

Step 2:

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

Installation

Step 3:

  • Finally, start the backend server locally with: yarn start:dev

Installation

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.

!Installation

success

Now your backend is running locally. You can access it via localhost: port .

!Installation

success

Now you need to setup your frontend. click here to open frontend installation process Frontend Installation Process