bnbNet is a full-stack web application for property rental and booking management. The platform allows users to browse listings, manage reservations, and interact with an administrative interface for managing application data and operations.
- User-facing rental booking platform
- Admin login and dashboard
- Frontend and backend run independently or with Docker
- MySQL database schema and seed setup
- Cloud media integration for image handling
Frontend
- React
- Vite
Backend
- Node.js
- Express
Database
- MySQL
Other Tools
- Docker / Docker Compose
- Cloudinary
bnbNet/
├── backend/
├── frontend/
├── database/
├── docker-compose.yml
└── README.md