Mobile application that allows users to register for events, access their credentials, and use a QR code for check-in on the event day.
- React Native (Expo)
- TypeScript
- NativeWind
- Axios
- Node.js (Fastify)
- Prisma
- SQLite
Clone this repository:
git clone <repository-URL>
📱 Mobile
Change to the directory and install all dependencies:
cd <directory-name>
npm install
Start the Expo Go development server:
npx expo start
🛠️ Back-end
Change to the directory and install all dependencies:
cd api
npm install
Start the local server:
npm run dev
Manage the database:
npx prisma studio