Skip to content

A karaoke node/mongoDB webapp where you are able to upload songs, add lyrics to them and record the timing of each word.

Notifications You must be signed in to change notification settings

valphsounds/karaoke-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karaokeMaker

NJXVsa9l2G

Local:

Prep:

Setup:

  1. Clone directory where you want it.
  2. Navigate into the app-folder in the karaoke-maker directory and make a .env-file. You can use the example in the same directory as inspiration.
  3. Open terminal in that directory and run npm install
  4. Then run npx tailwindcss -i ./src/input.css -o ./views/css/tailwind.css
  5. Create folder named uploads in views directory (may not be needed in future update).
  6. Finally run nodemon index.js

Docker:

Prep:

Setup:

  1. Clone directory where you want it.
  2. Navigate into the karaoke-maker directory and make a .env-file. You can use the example in the same directory as inspiration but you may want to change ports according to what is available on your machine.
  3. Open terminal and run docker-compose up -d

Using the app:

karaokeMaker-demo-mini.mp4

About

A karaoke node/mongoDB webapp where you are able to upload songs, add lyrics to them and record the timing of each word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages