Skip to content
aelassas edited this page Nov 7, 2022 · 25 revisions

BookCars is an open source car rental platform, supplier oriented, with a backend for managing car fleet and booking, a frontend and a mobile app for car rental.

BookCars API is built with Node.js, Express and MongoDB.

BookCars backend and frontend are built with Node.js, React and MUI.

BookCars mobile app is built with React Native and Expo.

Features

  • Supplier management
  • Car fleet management
  • Booking management
  • Client management
  • Multiple payment methods
  • Multiple language support
  • Responsive backend and frontend
  • Native Mobile app for Android and iOS with single code base

Supplier Oriented

BookCars is supplier oriented. This means that there are three types of users:

  • Admin: He has full access to backend. He can do everything.
  • Supplier: He has restricted access to backend. He can only manage his cars and bookings.
  • User: He has only access to frontend and mobile app. He cannot access the backend.

BookCars is designed to work with multiple suppliers. Each supplier can manage his car fleet and bookings from the backend. BookCars can also work with only one supplier too.

From the backend, the admin user can create and manage suppliers, cars, locations, users and bookings.

When the admin user creates a new supplier, the supplier will receive an automatic email for creating his account to access the backend so he can manage his car fleet and bookings.