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

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: 3 months ago
JSON representation

Credential & Pass Management for Events 📱🪪

Awesome Lists containing this project

README

        

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

📱 **Mobile**

Change to the directory and install all dependencies:

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