Ecosyste.ms: Awesome
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: 4 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:49:11.000Z (21 days ago)
- Last Synced: 2024-12-05T00:28:57.543Z (21 days ago)
- Topics: fastify, mobile, nativewind, nodejs, prisma, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```