Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 846 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 846 Bytes

RSVP-API

This is an API for an RSVP feature I built for this wedding website.

I also wrote about the process here if you want to learn more about it.

Prerequisites

Installation

Install the Serverless Framework.

$ npm install serverless -g

Clone and install

Clone this repo and install the npm packages.

$ git clone https://github.com/enrubio/rsvp-api.git
$ npm install

Deploy

Deploy the service to your AWS account.

$ serverless deploy