Home
Dave Titus edited this page Mar 18, 2023
·
7 revisions
Clone this wiki locally
AirBnB Clone Project
Features:
- Sign up to generate new users.
- Login for user authentication.
- Property listings with full create, read, update and delete functionality.
- Reviews with create, read and delete functionality.
- Authorization checks to ensure user ownership for update and delete operations.
Technology:
- Front-end:
- React
- Redux
- Back-end:
- Express
- Sequelize
- Database:
- SQLite (Development)
- PostgreSQL (Production)