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