Consuming external API swapi.
- Angular CLI version 7.2.4
- Node.js version 10.16.0
# Clone this repository
$ git clone https://github.com/carloskotacho/swui.git
# Go into the repository
$ cd swui
# Build
$ npm install
# Run the app
$ ng serve
Navigate to:
URL | Description |
---|---|
http://localhost:4200/films | The URL root for Film resources |
http://localhost:4200/people | The URL root for People resources |
http://localhost:4200/planets | The URL root for Planet resources |
http://localhost:4200/species | The URL root for Species resources |
http://localhost:4200/starships | The URL root for Starships resources |
http://localhost:4200/vehicles | The URL root for Vehicles resources |
SWUI is under the MIT license. See the LICENSE for more information.