Skip to content

YYanti00/Cloud-Computing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud-Computing

Project Setup

Install dependencies:

  npm install

Create new file firebase-key.json and .env:

  example firebase-key.json
  {
    "type": "service_account",
    "project_id": "name product",
    "private_key_id": "private key id",
    "private_key": "-----BEGIN PRIVATE KEY-----\private key",
    "client_id": "client id gcloud",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_x509_cert_url": "url firestore service",
    "universe_domain": "googleapis.com"
 }
 example .env can see on .env-example

Run the server:

  npm run start

See the documentation swagger

  localhost:3000/api-docs

Contributors

  • C666BSX4034 – Linda Yanti Yo – STMIK Kharisma Makassar
  • C298BSX3069 – Ni Putu Adinda Indah Juliantari – Universitas Pendidikan Ganesha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Dockerfile 1.3%