An open API service indexing awesome lists of open source software.

https://github.com/BillyFrcs/JoobifyBack-End

Joobify Back End Application with Cloud Computing Services.
https://github.com/BillyFrcs/JoobifyBack-End

api backend ci-cd cloud-computing css devops docker expressjs firebase gcp google-cloud-platform html javascript joobify nodejs postman rest-api restful-api webapi

Last synced: 14 days ago
JSON representation

Joobify Back End Application with Cloud Computing Services.

Awesome Lists containing this project

README

          

Joobify Back-End

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`