Serbbi / FakeSpotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Requisite:

Make sure to install the following:

  • Docker
  • Node.js (version 14.17 or higher)
  • npm (version 8 or higher)
  • Replace the folder for postgres-data(in the root of our project) with the folder in the google drive.

Run:

DATABASE_URL="postgresql://postgres:6969@dev-db:5432/nest?schema=public"
Add this to an .env file in the rest-api folder

Run the following command to make sure you have the necessary dependencies:

  • $ docker compose up

Spotify Website.

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 59.5%Language:Svelte 24.4%Language:JavaScript 14.3%Language:Dockerfile 1.4%Language:HTML 0.5%