Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Hello, my name is Swan and today I am here to tell you about the project I worked on with 3 comrades.
  2.  
  3. Let's see the summary together.
  4. At first I will briefly introduce the project.
  5. In a second time, I will talk about the technical part that I had to realize to finally show you the prototyping perform and thus the final rendering of my part.
  6.  
  7. Every year, 4.9 billion kilograms of CO2 are released into the atmosphere in Europe. This figure is only increasing and is very worrying.
  8. Our project aims to reduce this number. Indeed, we had to work on a device that will equip electric vehicles and charging stations.
  9. This device will easily benefit from kilometric compensation.
  10.  
  11. We had to answer a problem that was: How can we encourage people to buy electric cars?
  12.  
  13. So, here we can see my part, what I had to do in the project.
  14. I had to manage a database that had a capacity of 65000 users as well as display information on a website.
  15.  
  16. During our project we had to make a mind map. This allowed us to better see what we had to do and organize ourselves through a kind of planning called Gantt chart.
  17.  
  18. Let's move on to the technical part.
  19. My part was to manage a database created by me beforehand and to create a website to display user data.
  20. For that, there were some prerequisites. it must be an internet connection. At first I had to install the web server on the Raspberry PI.
  21. In a second step, I had to perform the redirection of ports to the Raspberry PI.
  22.  
  23. Here is the redirection. It can be seen here that if a person connects to my ip address on port 22, 443 or 80, it will be redirected to the Raspberry PI.
  24.  
  25. Here is an example of the user database.
  26. We can see that different data are stored. The one that really interested me for my part was the number of kilometers traveled and the number of refills made.
  27.  
  28. For my part I use several programming language. Php, html, css and sql.
  29.  
  30. Here is an example of the different code I had to do.
  31. We will not dwell on it. Here is the registration form.
  32. Here is always the registration but this part corresponds to the registration of the data of the user in the database.
  33. And here is the code for the connection to the user interface.
  34.  
  35. Let's go to the website. You can see here the main page of the site. On this one, the project is summarized there.
  36.  
  37. And here is the user interface. As we can see, the data that was stored in the database is displayed here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement