Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunoglvm/mycredential

Credential & Pass Management for Events 📱🪪
https://github.com/brunoglvm/mycredential

fastify mobile nativewind nodejs prisma react-native typescript

Last synced: 4 days ago
JSON representation

Credential & Pass Management for Events 📱🪪

Awesome Lists containing this project

README

        

![Preview](./.github/preview.jpg)

# 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
```