Skip to content

BuzzWiseTeam/BuzzWiseCloudComputing

Repository files navigation

Buzz Wise Cloud Computing

Deployment

Databases

Databases

BackEnd Services

BackEnd

Setup & Installation

Node.js & NPM

  • Install all of the dependencies: npm install
  • Run in the Development server: npm run dev
  • Start the project: npm run start
  • Testing: npm run test

Docker

  • Docker build: docker build -t buzz-wise-backend .
  • Docker run container: docker run -it -p 8080:8080 --name=buzzwisebackend buzz-wise-backend
  • Docker start: docker start buzzwisebackend
  • Docker Stop: docker stop buzzwisebackend
  • Docker remove: docker rm buzzwisebackend

Google Cloud Platform (GCP) Services

  • Cloud Run update service: gcloud run services update buzzwisebackend --port 8080