BillyFrcs / JoobifyBackEnd

Joobify BackEnd Application with Cloud Computing Services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joobify 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 joobify-api .
  • Docker run container: docker run -it -p 8080:8080 --name=joobifyapi joobify-api
  • Docker start: docker start joobifyapi
  • Docker Stop: docker stop joobifyapi
  • Docker remove: docker rm joobifyapi

Google Cloud Platform (GCP) Services

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

About

Joobify BackEnd Application with Cloud Computing Services.

License:MIT License


Languages

Language:JavaScript 75.6%Language:HTML 23.4%Language:CSS 0.8%Language:Dockerfile 0.3%