Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 487 Bytes

Simple Vote API

A service that given user data fills out relevant forms and emails them to their local electoral authority.

Prerequisites

You need to have the Cloud Functions Node.js Emulator to run this project. You can install it with: npm install -g @google-cloud/functions-emulator

Commands

npm install

To install all dependencies.

npm start

To start the service.

npm deploy

To deploy the service.