This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Next, run the flask server in the api directory:
flask --app index run
Open http://localhost:3000 with your browser to see the result.
Enter in requests and get music recommendations you can listen to right away
TODO:
- Fix requests not working properly for classical music titles
- Add a loading state
- Supabase project cannot be restored. This project remains unusable. Will look into redoing this project again