https://github.com/usrrname/cats-backend
backend to vue-cli app pulling json from a google sheets api express endpoint
https://github.com/usrrname/cats-backend
express google-sheets-api node
Last synced: about 1 year ago
JSON representation
backend to vue-cli app pulling json from a google sheets api express endpoint
- Host: GitHub
- URL: https://github.com/usrrname/cats-backend
- Owner: usrrname
- Created: 2019-03-21T00:10:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:22:10.000Z (over 3 years ago)
- Last Synced: 2025-02-12T20:27:05.113Z (about 1 year ago)
- Topics: express, google-sheets-api, node
- Language: JavaScript
- Size: 6.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ifcatsneed.art backend
## About
This project contains an Express server that offers 2 endpoints to send JSON data from a Google sheet that was exported from JotForm. Jotforms was used to collect survey results on a UX-for-cats project.
The front end is [here](https://github.com/usrrname/cats)
Actual site is deployed on NearlyFreeSpeech I blogged about it [here](https://dev.to/jenninat0r/hastily-deploying-a-node-app-on-nearlyfreespeechnet-mac-os-42l7)
Thanks to @55sketch for [GSX2JSON](https://github.com/55sketch/gsx2json) - Google Spreadsheet to JSON API service.
The `npm build` of the front-end (Vue-cli 2.x) app exists in dist/static
The repo for that is [here]
## Install
- Run `npm install`
- Run `npm start`