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 by typing cmd and run: yarn or yarn install
  • If yarn doesn't work, try running npm i install instead.

Installation

Step 2:

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

Installation

Step 3:

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

Installation

Initially, it will show Database connection failed after you successfully set up your frontend, here port:5000 must be set locally in frontend, then the .env file will be automatically created, and it will show Database connection successfully. For database setting, follow Env setup page in Database Setup section's instructions.

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