Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 587 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 587 Bytes

ratelit

A mobile application where users can collaboratively rank, rate and share their list.

How to build

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

Run

Start the server, if it's not running.

bun server:start

Start the client:

bun mobile:start

Technologies Used

  • Bun
  • React Native (expo)
    • React-Relay
  • GraphQL
    • Pothos
    • Graphql-Yoga
  • Prisma
  • mySQL via PlanetScale