Skip to content

jairusmingua/PlaylistMigrate

Repository files navigation

      

A platform that allows user migrate their spotify playlist to youtube playlist and vice versa.

Pre-requisites

PlaylistMigrate runs with these primary technologies:

  1. Next.js - an all in one framework to serve front-end and back-end services of the application.
  2. React.js - used for templating the front-end of the application
  3. Prisma.js - Prisma helps app developers build faster and make fewer errors with an open source database toolkit for PostgreSQL, MySQL, SQL Server, and SQLite
  4. PostgresSQL - primary database of the application

Installation

To run this application, simply install pre-requisites from package.json by running.

npm run install

Migrations

Prisma handles migration easily by just running

npx prisma migrate dev 

Make sure you fill up the your environment variables .env with the following env.example

Running the Application

Debugging

You can debug via vs code by running

npm run dev

Building

npm run build

Deploying

npm run start

About

Migrate your playlist from spotify to youtube music and vice-versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published