Create song request submission easily. Inspired by ngl.link. Integrated with spotify.
This app is bootstrapped with create-t3-app
- Framework: Next.js
- Database: PlanetScale
- ORM: Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Defining & Consuming API: Trpc
$ git clone https://github.com/fazzaamiarso/requestD.git
$ cd requestD
$ npm install
Create a .env
file with the content from .env.example
$ npm run dev
- Add pending ui to some interactions.
- Next-auth callback behave weirdly on some device, but still able to login.
- Implement better error-handling on Spotify lib with Zod.
- Refactor TRPC routes because it just a mess.
- Why initial SSR loading feel so slow?
- Cleanup UI for some pages
Feel free to file an issue or open a pull request.