VivaTech Hackathon Auto Park Frontend.
Take a look at the backend here.
To get started go here.
This project is a prototype of a smart car application which selects the best route based on:
- distance by car
- distance by public transports
- parking availability
See the parking areas and the car dropout zones for your car
Run the following commands to get the project up and running.
npm install
webpack
npm start
Go to http://127.0.0.1:8080
!!