https://github.com/ramgoel/rentpod
OYO for Podcast Studios
https://github.com/ramgoel/rentpod
expo expressjs marketplace prisma
Last synced: 3 months ago
JSON representation
OYO for Podcast Studios
- Host: GitHub
- URL: https://github.com/ramgoel/rentpod
- Owner: RamGoel
- Created: 2025-02-15T12:02:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-15T12:10:38.000Z (over 1 year ago)
- Last Synced: 2025-02-15T13:22:17.606Z (over 1 year ago)
- Topics: expo, expressjs, marketplace, prisma
- Language: TypeScript
- Homepage:
- Size: 22.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rentpod
Rentpod is a marketplace app which allows people to list podcast studios on rent.
# Technologies
- React Native (Expo) for mobile app
- `react-native-paper` for UI library
- Prisma as ORM
- ExpressJS for backend APIs
- MongoDB as Database
- Firebase for media storage
- Typescript as language
# Folder Structure
- `app` - contains the UI screens of the app
- `assets` - contains the fonts, and media used in the app
- `components` - contains the custom components built for app
- `lib` - contains the third-party services & common utils of app
- `hooks` - contains the zustand hooks for state management
- `backend/prisma` - contains the prisma schema & client for DB operations
- `backend/routes` - contains the different route handlers of backend