An open API service indexing awesome lists of open source software.

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

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`