Car Playground is a personal project aimed to explore and play with technologies such as Node.js, REST API, Google Maps API, Angular, TypeScript, Sass, Bootstrap, and others.
Live application here, hosted on AWS S3.
The server is running on Heroku. The API for this application is available at this URL.
- List different types of cars with data retrieved from the server.
- Select a car to see its location in the map.
- Run
npm install
either in theserver
and theclient
folders. - Run
npm start
in theserver
folder to start the server. You should see something likeListening on Port: 3000
. - Now, in a different command line tab, go to the
client
folder and runng serve
. This will serve the client side application and open it in your browser.
/api/car-type-one
GET
: finds all cars of this type.
/api/car-type-two
GET
: finds all cars of this type.