#Cornflix
Nutrional web app developed for Node.js school project
##Get onboard
- Clone this repository
- Install npm dependecies
- Setup database
- Run in shell: node server.js
##Database setup
MongoDB should be installed.
- Run in shell: mongoimport --db food --collection ingredients ingredients.json --jsonArray
##Git flow
###Master branch
Never push on master. Only accept pull requests on master if the build succeeds.
###Develop branch
Create a new branch from develop to create your new features! Merge the new features on develop once your code is stable.