Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahlusar1989/ls-hwk
A little ditty for the folks @ LS
https://github.com/ahlusar1989/ls-hwk
Last synced: 23 days ago
JSON representation
A little ditty for the folks @ LS
- Host: GitHub
- URL: https://github.com/ahlusar1989/ls-hwk
- Owner: ahlusar1989
- Created: 2016-11-26T16:56:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T05:35:09.000Z (5 months ago)
- Last Synced: 2024-10-05T23:41:19.299Z (about 1 month ago)
- Language: HTML
- Size: 1.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TipsApp
This little ditty uses mongoose in order to perform CRUD operationsRouting is orchestrated using angular-route.
Added features are sorting and filtering.
## To run:
1) npm install
2) bower install
3) node server.js## Note:
To be discussed and implemented:
Use the cache object afforded through https://github.com/Gottox/mongoose-cache in order to
monkey-patch Mongoose.query to support in-memory caching