- Change the current working directory to
youtube_db
. - Modify
conf/test/conf.template
as per your requirements. - Run the following command to apply database migrations:
cargo install diesel_cli
diesel migration run
- Change the working directory back to the project root and build your application by running
build.sh
.
sh build.sh
- Navigate to the
output
directory: - Finally, you can run your application using the provided
youtube_fetch.sh
script.