https://github.com/josemanuelep/angular-first-app
Created with StackBlitz ⚡️- My fist Angular app store. Also usig an API and testing this development
https://github.com/josemanuelep/angular-first-app
angular angularcli nodejs npm testing-framework unittesting
Last synced: 5 months ago
JSON representation
Created with StackBlitz ⚡️- My fist Angular app store. Also usig an API and testing this development
- Host: GitHub
- URL: https://github.com/josemanuelep/angular-first-app
- Owner: josemanuelep
- Created: 2020-03-12T02:38:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T00:47:52.000Z (about 2 years ago)
- Last Synced: 2025-03-02T09:44:49.244Z (10 months ago)
- Topics: angular, angularcli, nodejs, npm, testing-framework, unittesting
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/angular-vkwfzw
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My angular first App
Usign the best Online IDE powered by Visual Studio Code
[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/angular-vkwfzw)
The idea is go learning and practice with a simple but powerfully.
An important thinng to mentioned is that in the road I coding automated test to check the expected behavoir of the app, this usign Screenplay Framework with Java and Cucumber. If you need to kwon more about testing and the screenplay framework checkout my testing repos, you only need:
- JAVA JDK and JRE
- Gradle installed locally
- I recomend Intellij IDEA
- Cucumber plugin for intellij
Angular is a good frontend framework, that make easy a lot of works in the side of the client.
In next days when I growing up with angular I think to start to make Unit test and I complement this with the automated tests that I already mentioned.
### As well I want to go more deep:
1. Implement unit test for the begginer project.
2. Implement end to end (E2E) tests.
- [Repo of E2E tests](https://github.com/josemanuelep/my-angular-store-testing-E2E)
3. Build an a simple API rest to consume it from the front but test this API as well wit automation tests.
In little bit words, This project going to have all neccesary to go to production.
## Usign Open Data of Colombia
For this exercise, I am usign the open data through an API.
- [Open data page of Colombia](https://www.datos.gov.co/Ciencia-Tecnolog-a-e-Innovaci-n/Telefon-a-M-vil-trafico-de-voz-por-proveedor/67wf-gj42)
- [The Socrata Open Data API](https://dev.socrata.com/)
- [the URL with query params](https://www.datos.gov.co/resource/67wf-gj42.json?$query=select%20distinct%20proveedor)
## The initial apparience of the app

I will return this project