Craft beer curation web app
- Download Node.js from here: https://nodejs.org/en/
- open whatever terminal you use and type "node -v" to make sure its properly installed.
- clone the repo and navigate to that directory.
- type into the console "npm install". The package manager should install dependencies into your directory.
- Install Mongo to your system (might have to follow a guide) https://www.mongodb.com/download-center?jmp=nav
- run mongod.exe to create the database
- return to your git repository on the command line
- type into the console "npm start".
- Use a browser to Navigate to http://localhost:3000 and you should see the webpage.