BartWillems / YoukeBox-rust

The official YoukeBox-Rust repository
GNU General Public License v3.0
6 stars 0 forks source link

YoukeBox-Rust

This is the YoukeBox backend, written in rust.

What is The YoukeBox?

The YoukeBox is an application that multiple people can use to build music playlists. Users can create a music-room and submit songs from youtube to that room.

Routes

Each route has a prefix: "/api/$version/"

GET

POST

DELETE

What does the YoukeBox support atm?

Coming soon

Compiling & Packaging

This will compile the project

make

This will attempt to package the compiled project to an rpm & a deb file

make package

Developer notes

I will add the following structs with the following impl methods in the near future

Running in production

ROCKET_ENV=production cargo run