Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 529 Bytes

readme.md

File metadata and controls

17 lines (16 loc) · 529 Bytes

Setup & Running

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