A platform that allows user migrate their spotify playlist to youtube playlist and vice versa.
PlaylistMigrate runs with these primary technologies:
- Next.js - an all in one framework to serve front-end and back-end services of the application.
- React.js - used for templating the front-end of the application
- 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
- PostgresSQL - primary database of the application
To run this application, simply install pre-requisites from package.json by running.
npm run install
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
You can debug via vs code by running
npm run dev
npm run build
npm run start
