Skip to content

Built on angularJs and Unit tested with Jasmine, this website is a recipe website that lets you search, add, delete, recipes

Notifications You must be signed in to change notification settings

roncodingenthusiast/hackrecipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackrecipe

  • Built using AngularJS as front-end
  • MySQL as DB.
  • Karma (Test Runner) + Jasmine (Testing Framework) for testing
  • GruntJs (Task Runner) for task automation

this website is a recipe website that lets you search, add, delete, recipes

How to run:

  • Run on a local server or an online server.
  • Just enter url localhost/hackrecipe/ and the use the application

How to run project

How to run the unit test

  • Make sure you have nodejs and firefox installed on your computer (preferable the 32 bits version you run into less PATH issue with that one)
  • Open your windows command prompt and navigate to the project folder. ls/dir should be showing you:
    • app/ test/ ....
  • run: npm install
    • NoteThe previous command installs all the dependencies from package.json to your local project.
  • run: grunt karma:unit
  • You end up with something like this: ALT

Note: locate the connect.php file in app/phpscripts/ folder to update the schema name and password and username for the database.

About

Built on angularJs and Unit tested with Jasmine, this website is a recipe website that lets you search, add, delete, recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published