Skip to content

lucas-batier/karaokeokapi

Repository files navigation

KaraokeOK API

Setup instructions

To launch the api:

  1. Install Docker desktop
  2. Launch Docker desktop
  3. Launch the stack (from the root repository: karaokeokapi)
docker-compose up -d
  1. Launch the Postgres database migrations (from the root repository: karaokeokapi)
docker-compose exec api python manage.py migrate
  1. Create the superuser (from the root repository: karaokeokapi)
docker-compose exec api python manage.py createsuperuser

Features

Proposal

When a user submit a proposal, the youtube video is analysed and Genius lyrics are fetched if it is possible. Then, a mail is sent to all the user who have the permission 'can_receive_proposal'.

Feedback

Feedback is only available on beta versions.

When a feedback is submitted, a mail is sent to all the user who have the permission 'can_receive_feedback'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages