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 📱🪪
- Host: GitHub
- URL: https://github.com/brunoglvm/mycredential
- Owner: brunoglvm
- Created: 2024-04-06T21:49:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:17:11.000Z (6 months ago)
- Last Synced: 2025-02-14T04:50:07.082Z (4 months ago)
- Topics: fastify, mobile, nativewind, nodejs, prisma, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```