BillyFrcs / BuzzWiseCloudComputing

Buzz Wise BackEnd App Cloud Computing Services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Buzz Wise BackEnd App Cloud Computing Services.

License:MIT License


Languages

Language:JavaScript 66.5%Language:HTML 33.0%Language:Dockerfile 0.5%