Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.11 KB

Readme.md

File metadata and controls

70 lines (51 loc) · 1.11 KB

Deployment Bot: Services and Frontend Setup

Getting Started

Prerequisites

  • Ensure you have Node.js and npm installed on your machine.
    node --version >= v18.13.0
  • Make sure you have Docker installed and running.

Frontend

To set up and start the frontend:

  1. Install Dependencies:

    npm i
  2. Start the server

    npm run dev
  3. The build server will run on PORT 5173

Services

To set up the services, open 3 terminals and start each of the below services in each terminal parallely :

a. Upload service

  1. Install Dependencies:

    npm i
  2. Start the server

    npm run dev
  3. The build server will run on PORT 3000

b. Build service

  1. Install Dependencies:

    npm i
  2. Start the server

    npm run dev
  3. The build server will run on PORT 3001

c. Host service

  1. Install Dependencies:

    npm i
  2. Start the server

    npm run dev
  3. The host server will run on PORT 3002