This repository is deprecated in favor for this one
Note taking application which implements CRUD operations.
Developed with the help of the Serverless framework.
- Clone the repository
- Install the cloned project with the
serverless project install <project-name>
command - Deploy the functions and endpoints with the
serverless dash deploy
command - Replace the API.rootUrl variable in
www/app.js
with your API endpoint - Optional: Deploy the static resources in the
www
directory as a static site hosted on S3 (follow this guide to do so)