tillkuhn / yummy

Formally a CRUD application for favourite recipes, basically a sample JS project to learn AngularJS, MongoDB, Grunt, Jasmine and other funny things. http://tillkuhn.github.io/yummy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yummy Build Status Dependencies Coverage Status

This Project is no longer maintained, checkout the successor yummy-aws which is based on Angular 6 and DynamoDB!

Motivation

Formally a CRUD application for my favourite recipes, but basically it's sample javascript project to learn AngularJS, MongoDB, Grunt, Jasmine and all the other funny things people are using these days

Installation

Nothing special here ...

git clone https://github.com/tillkuhn/yummy.git
cd yummy
npm install
bower install
grunt serve   # This will run a development server with watch & livereload enabled.

API Reference

Internally this project is heavily based on angularjs-mongolab and mongolab REST API, check the information on their pages for details.

Tests

grunt test

License

See the LICENSE file.

Todos

About

Formally a CRUD application for favourite recipes, basically a sample JS project to learn AngularJS, MongoDB, Grunt, Jasmine and other funny things. http://tillkuhn.github.io/yummy

License:MIT License


Languages

Language:JavaScript 71.1%Language:HTML 28.5%Language:CSS 0.4%