This is an example app to demonstrate my programming skills. Uses AngularJS, Bootstrap, node.js, and makes calls with the Yelp API.
Need to have Vagrant and VirtualBox installed on your computer. These programs will automate the setup process for the required Ubuntu/node.js environment.
For the first use, vagrant will go through a 3-5 minute setup process for the environment. In a future boot, your environment will launch much faster. Instructions:
-
Download git repo into a local folder on your computer.
-
Enter your Yelp API key in
/api/config/connections.js
(lines 26 to 29). -
Open "Terminal" (Mac), or "Windows Powershell" (Windows; make sure to "Run as Administrator"), and
cd
to your git repo folder. -
Type
vagrant up
and hit Enter. -
Wait... (takes about 3-5 minutes)
-
Open app in your browser: http://192.168.90.60. If the website appears offline, wait a few more moments, because sails.js takes about 30 seocnds to launch after
vagrant up
is completed.
-
Open "Terminal" (Mac), or "Windows Powershell" (Windows & "Run as Administrator"), and
cd
to your git repo folder. -
Type
vagrant up
and hit Enter. -
Wait... (about 30 seconds)
-
Open app in your browser: http://192.168.90.60. If the website appears offline, wait a few more moments, because sails.js takes about 30 seocnds to launch after
vagrant up
is completed.