A web-based short video platform
First, you need to make sure that you have a node.js, Golang, and Docker environment on your system.
-
Run
npm installin the web and web-admin files. -
Go to the docker folder and run
docker-compose up. -
Run
go mod downloadfrom the project home directory. -
In your home directory, run
go run .and runnpm run devproject run in the web and web-admin folders.