Skip to content

floroz/spotify-clone

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Setup Database Connection

This project has been setup with Heroku, where, in order to successfully connect and run migration with Prisma, you will need to setup two Postgresql Instances.

Add the URL to a .env file with the following keys:

DATABASE_URL=database1Url
SHADOW_DATABASE_URL=database2Url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published