Skip to content
Akram El Assas edited this page Jul 26, 2023 · 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
  • Ready for only one supplier
  • Car fleet management
  • Booking management
  • Client management
  • Multiple payment methods (Credit card, Pay Later)
  • Multiple language support (English, French)
  • Multiple pagination options (Classic pagination with next and previous buttons, infinite scroll)
  • Responsive backend and frontend
  • Native Mobile app for Android and iOS with single code base
  • Push notifications

Supplier Oriented

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

  • Admin: He has full access to the backend. He can do everything.
  • Supplier: He has restricted access to the backend. He can only manage his cars and bookings.
  • User: He has only access to the frontend and the 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.