Skip to content

DreaminDani/heerdle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heerdle

Developing

First, seed the 'tracks' database collection:

  1. Setup connection to spotify and mongodb
# ./.env
SPOTIFY_CLIENT_ID=abc
SPOTIFY_CLIENT_SECRET=123
MONGODB_URI=mongodb+srv://database:pass@user.url.mongodb.net/?retryWrites=true&w=majority
MONGODB_DB=database
  1. Get the top tracks from Spotify to seed
nvm use
npm install
npm run seed

Then, get the frontend up and running

cd frontend
npm install
npm run dev

About

We've remade heardle. This time for good.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published