Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 701 Bytes

KegParty

Craft beer curation web app

Installation Instructions

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