Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billyfrcs/joobifybackend
Joobify BackEnd Application with Cloud Computing Services.
https://github.com/billyfrcs/joobifybackend
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: 8 days ago
JSON representation
Joobify BackEnd Application with Cloud Computing Services.
- Host: GitHub
- URL: https://github.com/billyfrcs/joobifybackend
- Owner: BillyFrcs
- License: mit
- Created: 2023-07-13T04:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T02:34:43.000Z (7 months ago)
- Last Synced: 2024-05-07T03:32:55.189Z (7 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`