https://github.com/kmaida/mean-rbox
Recipe box MEAN stack application for creating, storing, and filing recipes.
https://github.com/kmaida/mean-rbox
angularjs mean-stack nodejs
Last synced: about 1 month ago
JSON representation
Recipe box MEAN stack application for creating, storing, and filing recipes.
- Host: GitHub
- URL: https://github.com/kmaida/mean-rbox
- Owner: kmaida
- License: mit
- Created: 2015-05-19T14:29:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T06:12:53.000Z (3 months ago)
- Last Synced: 2025-01-17T07:20:24.081Z (3 months ago)
- Topics: angularjs, mean-stack, nodejs
- Language: JavaScript
- Homepage: https://rbox.kmaida.net
- Size: 19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# mean-rBox
MEAN stack Recipe box application. Create, file, and view recipes.
* MongoDB
* Express 4
* AngularJS v1.4.8
* Node
* jQuery v2.1.4
* Token-based authentication (with Oauth via [Satellizer](https://github.com/sahat/satellizer))
* FontAwesome (local CSS, CDN fonts)
* Bootstrap 3 (local)
* Gulp(built with [reStart-mean](https://github.com/kmaida/reStart-mean))
## Changelog
* **01/01/16:** Bugfixes. Release `v0.1.2`.
* **12/13/15:** Upgraded to Angular 1.4.8. Bugfixes and validation updates. Update build process.
* **12/7/15:** Changes merged for `upgrade-reStart` - John Papa styleguide updates, sweeping optimizations.
* **12/4/15:** Added ESLint for JS linting and opinionated styles.