Skip to content

objectcomputing/current-emotion

Repository files navigation

current-emotion

This is a web app that uses:

To generate a new auth token:

  • gcloud auth activate-service-account --key-file src/secret.json
  • gcloud auth print-access-token
  • copy the token this outputs into src/secret.json which is not saved in the Git repo

To run it:

  • open a terminal
  • cd to the project directory
  • cd server
  • npm install
  • npm start
  • open another terminal
  • cd to the project directory
  • npm install
  • npm start
  • browse localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published