Fetch the repository succeeded.
A simple video website
Interface design reference Youtube
Adopted Spring Boot, Vue, vuetifyjs
Still in development. But most of the gong'n has been done.
for example, Video upload, danmaku, historical records, etc.
Run Environment: Java11, Node 14, Maven3
Creating a database, Configuring Database Addresses
Run back end server
cd PornTube
mvn clean package
Then
java -jar target/porntube-0.1.2-SNAPSHOT
Run front end server
cd web
npm install
Then
npm run serve
Final
Open
http://127.0.0.1:8000
Tips: The first user registered with the name admin will automatically become an administrator.
Sign in for post a comment
Comments ( 1 )