Mobile application built with React Native Expo Go and utilizes Prisma for efficient database management.
- React Native (Expo)
- TypeScript
- NativeWind
- Figma
- Node.js (w/ Fastify)
- Prisma
🖥️ Front-end
Install all dependencies:
npm install
Start the Expo Go development server:
npx expo start
🛠️ Back-end
Change to the server directory, then install all dependencies:
cd server
npm install
Start the local server:
npm run dev
Manage the database:
npx prisma studio