A project to create a HOT WHEELS COLLECTION
Currently the web page has hosted on: https://hwcollections.heroku.com
The project is separated in three parts:
This module has the responsability to parse the information to generate a database to cars, the parser is a web crawler and I used the https://hotwheels.fandom.com/wiki/Hot_Wheels to get the information.
This module has the responsibility to server the data from cars, he is developed with Spring-boot framework and all persistance is made on top of a mongoDB.
This module has the responsibility to serve the users to navigate in the system, he is developed with React and use Firebase to authentication.