Skip to content

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages