/recipe-holder

Yet another recipe management website.

Primary LanguageJavaScript

recipe-holder


Yes, this is another recipe manager. It utilizes Angular 1, Node, and MongoDB to manage the recipes for a family.

Prerequisites:

Must have Mongo installed an running for this application to work.


How to install:

Clone the repository and simply run npm install

How to run:

Run npm start

The application will be accessible at localhost:3000 by default.

This application is also enable to run on OpenShift and will adopt the ports and host information from the environment there is deployed.

Have an idea for a feature or find a bug!? Log an issue!