Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.45 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.45 KB

Cycle2Work - Server app

Server app is Firebase an app development platform, that used:

  • Cloud Functions as serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests.
  • Cloud Firestore as NoSQL cloud database to store and sync data for client- and server-side development.
  • Cloud Storage to store and serve user-generated content, such as photos or videos.

Getting Started

  • Install the Firebase CLI

    1. Install Node.js using nvm-windows (the Node Version Manager). Installing Node.js automatically installs the npm command tools.
    2. Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools
    3. Continue to log by running the following command: firebase login
  • Initialize a Firebase project by running the following command: firebase init

  • Deploy to a Firebase project by running the following command: firebase deploy

Parts