Skip to content

brunoglvm/MyCredential

Repository files navigation

MyCredential

Mobile application that allows users to register for events, access their credentials, and use a QR code for check-in on the event day.

Techs

  • React Native (Expo)
  • TypeScript
  • NativeWind
  • Axios
  • Node.js (Fastify)
  • Prisma
  • SQLite

Setup

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

Releases

No releases published

Packages

No packages published