AirBnB Clone using Java (Spark) backend with MySql. VueJS + Materialize for the frontend.
/server/
Run server
MySQL 5.7
sudo apt-get install mysql-server
user: root
password: root
/client/
sh mybnb_init_db.sh
/client/
npm install
npm run dev
Go to http://localhost:8080