Urban Score is a site that relies on the https://gorest.co.in/ API. In this site it is possible to see a list of users, delete and add new ones. Besides that, you can see each user's posts and respective comments. Also in the posts section it is possible to insert new ones.
The project is complete with Unit Tests with a coverage of 60%.
Angular Material was used for the project graphics and Angular Search Filter Pipe for the search fields. Installed through the npm i ng2-search-filter
command.
This project was generated with Angular CLI version 15.0.4.
Deploy: https://urbanscore.netlify.app/
Run npm install
to download the @node-modules folder.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run npm test --code-coverage
to see the test coverage.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.