Skip to content

brunoglvm/MyCredential

Repository files navigation

Preview

MyCredential

Mobile application built with React Native Expo Go and utilizes Prisma for efficient database management.

Techs

  • React Native (Expo)
  • TypeScript
  • NativeWind
  • Figma
  • Node.js (w/ Fastify)
  • Prisma

Setup

🖥️ 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

Releases

No releases published

Packages

No packages published