Home - dtitus929/AirCnC GitHub Wiki

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)