/shark-notes

DEPRECATED - Application to demonstrate CRUD with Serverless.com

Primary LanguageJavaScript

Shark Notes (DEPRECATED)

This repository is deprecated in favor for this one


Note taking application which implements CRUD operations.

Developed with the help of the Serverless framework.

Shark Notes Screenshot

Setup

  1. Clone the repository
  2. Install the cloned project with the serverless project install <project-name> command
  3. Deploy the functions and endpoints with the serverless dash deploy command
  4. Replace the API.rootUrl variable in www/app.js with your API endpoint
  5. Optional: Deploy the static resources in the www directory as a static site hosted on S3 (follow this guide to do so)