It is for learning purpose only. All image from unsplash.(https://source.unsplash.com/random)
The Demo is read only. You can't create, update or delete any data.
Account:
email: [email protected]
password: 123456
- Expo SDK 50
- Expo Router V3
- Expo API Route
- MongoDB for database
- Zod for schema validation
- Prisma for ORM
- React Query for async state management
- Zustand for global state management
- React Hook Form for form validation
yarn
mkdir .env
DATABASE_URL="mongodb+srv://<username>:<password>@<cluster-url>/airbnb"
docker compose up --wait
npx prisma db push
yarn start