Created by: Laith Taher, Aaron Kim, Joseph Kim, Vidyut Ramanan and Kaito Minami
Due to our Spotify for Developers app not being extended, our site is currently not being hosted on a domain. If you would like to check out BeGroovy, you may self host it by doing these steps:
-
Clone the repository using
git clone https://github.com/LOTaher/BeGroovy.gitin a new environment. -
Run
npm installonce inside the directory. -
Go to Supabase and create a new project.
- Find your
Project URLandProject API Keyby going to Settings -> API. Add both of them to your.envfile in the project's main directory. - Under Database, create a new table called
Posts. In this table copy, each of these columns.
- Find your
-
Create a Spotify Developer account, then create a new app. This can be called whatever you'd like.
- Under your project's settings, add both the
Client IDand theClient Secretto the.envfile.
- Under your project's settings, add both the
Once completed run npm run dev in the main directory and enjoy!
We don't have much of a policy so if you'd like to contribute to the project, feel free to file a pull request.
If you're curious to see what our presentation looked like at Demo Day, then check out this link! Here is our project listed on the Oasis website!
