A mobile application where users can collaboratively rank, rate and share their list.
Install dependencies:
bun installGenerate Prisma types:
bun db:genRun the server:
bun server:startGenerate GraphQL Schema based on Prisma's schema:
bun gql:genStart the server, if it's not running.
bun server:startStart the client:
bun mobile:start- Bun
- React Native (expo)
- React-Relay
- GraphQL
- Pothos
- Graphql-Yoga
- Prisma
- mySQL via PlanetScale