Let's meet entrepreneurs ! 46788300-770866719932743-8570233010077564928-n


Our objective

Our main objective is to allow entrepreneurs to meet new personalities. Indeed, during long and exhausting trips entrepreneurs could try to make the best out of their time and meet new people. So, the aim is to build up an app which enables them to find a car and to make their trip profitable. Of course, the app has to be easy to use, fast and refined. Since the app is build up for entrepreneurs, it has to take into account their specific way of life, their specific needs and their specific constraint.Take a look at how we built up our thoughts about the subject : here is our mindmap!

Our thoughts

From the previous Mindmap, you will be able to better understand our mindset. You must know that our thought is based on entrepreneurs. Indeed, we realized that they sometimes waste their time waiting for their car. This is economically counter productive, but it is also a bad point for the well-being of entrepreneurs. These simple thoughts led us to build up an app which would enable entrepreneurs to move faster and make their time profitable.

How does it work ?

The user has to define his preferences, his drive. All is summed up in the video clip below.

Now, from a more technical point of view. First of all, the app has to be linked with a localization service. To do so, we can use API from Google Map in order to use Google service to have the map interface in our application (see this : https://enterprise.google.fr/intl/fr/maps/products/mapsapi.html).

Then, once the app uses APIs Google Maps, we have to build up databases to centralize the drivers and the clients which are solution to persistent data storage. Indeed, thanks to those systems the driver and clients table are linked with keys; then, when a request comes, those tables have to be linked to match a driver and a client (“join on” instruction in the query).

Furthermore, it is necessary to have a dynamic status actualization so that each time a client asks for a drivers, a query is sent to find the closest available driver. The query has to take into account the query generated by the client when he defined his preferences. All is explained I the following link : https://firebase.google.com/docs/.

Finally, we can use PayPal in order to facilitate the payment for clients using the “in-app” payment. Using this technology we can provide a strong-security and flexible service which prevents users from a breach of privacy. Indeed, PayPal uses the best encryption method and the framework of the app enables to protect the user from being stolen (by SQL injection or this type of vulnerability).