This app has been created using React.
It is an application which provices information about some cars. That data is storaged in a MongoDB database. The api is included on this repository.
The frontend code is in a separate repository. You can find it here.
npm start
Server will start in port 4000. If you are running this app in localhost, be sure that the apiUrl in config.json file in cars-app matches with http://localhost:4000
.