Carsbnb

This is an app that is similar to Airbnb but for cars.

Users can view and rent other user' listed cars. They can also list their cars for rent.

Features

  • Car listing and booking for rent
  • File upload option for uploading images using Multer
  • Image Storage and display using Azure Blob storage
  • Easy to deploy- Only need to copy the backend folder to the webserver

Tech stack

  • React JS
  • Node JS
  • Mysql
  • Sequelize ORM
Live Demo: Deployed in Azure app service (https://carsbnb.azurewebsites.net/)

Structure:

src folder has the frontend React code, backend folder has the node.js code. Frontend folder inside backend folder has the built react code. The app can be deployed easily just by coping the backend folder to the web server.