Skip to content

rfaita/hwcollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hwcollection

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:

Parser

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.

Server

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.

Front

This module has the responsibility to serve the users to navigate in the system, he is developed with React and use Firebase to authentication.