Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/shark-notes
DEPRECATED - Application to demonstrate CRUD with Serverless.com
https://github.com/pmuens/shark-notes
Last synced: 20 days ago
JSON representation
DEPRECATED - Application to demonstrate CRUD with Serverless.com
- Host: GitHub
- URL: https://github.com/pmuens/shark-notes
- Owner: pmuens
- Created: 2016-02-08T16:32:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T04:03:10.000Z (over 8 years ago)
- Last Synced: 2023-03-24T08:12:05.837Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shark Notes (DEPRECATED)
This repository is deprecated in favor for [this one](http://github.com/justserverless/notes)
---
Note taking application which implements CRUD operations.
Developed with the help of the [Serverless framework](http://serverless.com).
![Shark Notes Screenshot](screenshot-1.png)
## Setup
1. Clone the repository
2. Install the cloned project with the `serverless project install ` 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](https://medium.com/@gargar454/setup-an-aws-s3-static-site-with-3-clicks-b02c7de4544f#.8qbrwey57) to do so)