Thanks to these wonderful people:
Brendan Glancy 💻 |
Brandon Eads 💻 |
Vince DeMichele 💻 |
John Mullen 💻 |
Doug Kautzman 💻 |
BrewFinderDemo.MOV
git clone https://github.com/BrendanGlancy/BreweryLocater.git
to run this script
Inside the /database/ directory you will find an executable Bash script (.sh file)
To run:
cd <project-root>/database/ chmod u+r+x create_capstone-db.sh ./create_capstone-db.sh
above ^ works on MacOS
using Ubuntu you can run this by doing a
sh ./create_capstone-db.sh
this might also work on the tech elevator laptop
Start the java server
cd <project-root>/application-server/
javac application-server
java application-server
cd <project-root>/vue/
npm install
npm run serve
Now you can interact with this full stack application