/carsbnb

Airbnb for cars. A web app to list and rent cars.

Primary LanguageTypeScript

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
  • Forgot password Email using Nodemailer
  • Easy to deploy- Only need to copy the backend folder to the webserver

Tech stack

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

Structure:

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