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

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

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