Skip to content

BrendanGlancy/BreweryLocater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brewery Finder website


Java HTML CSS JavaScript VueJS PostgreSQL

Co-authors

Thanks to these wonderful people:

All Contributors


Brendan Glancy

💻

Brandon Eads

💻

Vince DeMichele

💻

John Mullen

💻

Doug Kautzman

💻

BrewFinderDemo.MOV

Install

git clone https://github.com/BrendanGlancy/BreweryLocater.git

Usage

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

After database population

Start the java server

cd <project-root>/application-server/
javac application-server
java application-server

After server is started

cd <project-root>/vue/
npm install
npm run serve

Now you can interact with this full stack application