Skip to content

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.

License

Notifications You must be signed in to change notification settings

maumchaves/car-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Playground

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.

Features

  • List different types of cars with data retrieved from the server.
  • Select a car to see its location in the map.

Setup

  • Run npm install either in the server and the client folders.
  • Run npm start in the server folder to start the server. You should see something like Listening on Port: 3000.
  • Now, in a different command line tab, go to the client folder and run ng serve. This will serve the client side application and open it in your browser.

API

/api/car-type-one

  • GET: finds all cars of this type.

/api/car-type-two

  • GET: finds all cars of this type.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published