Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 616 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 616 Bytes

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