# Saltybe **Repository Path**: ReiKohaku/Saltybe ## Basic Information - **Project Name**: Saltybe - **Description**: A video community. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-25 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Saltybe A video website which can share your video. Just a school homework project, demo version. ## Frontend Quasar-1.12.8 ## Backend Springboot-2.2.6-RELEASE ## Environment **HBase Version** * Hadoop-2.7.1 * Hive-1.2.1 * HBase-1.2.1 **MySQL Version** * MySQL-5.7.21 ## Develop **Backend** First, start your JAVA IDE, open `api` project, and `Run` Main Controller. Then open your browser, and visit `localhost:10708`. There will be a text: `Saltybe - Share fun with the world`. **Frontend** Open your terminal, change directory to `web`, then use `quasar dev` (if you don't install dependencies, use `yarn` first). Then your browser will automatically open, and you will see the website. ## Deploy **Backend** Use Maven to `package` the project, and you will get a .jar file. Use `java -jar Saltybe-0.0.1-SNAPSHOT.jar` to run it. **Frontend** Use `quasar build` to build the project, then you can find all files in `/dist/spa`. You can deploy it by Nginx or other software.