Urlino app is an URL shortener build with Angular CLI version 17.3.1 and Spring. This is the frontend of the project. The app allows the users to shorten any URL and if the user logins with the OAuth2 of github he will be able to create and save custom URLs in his account.
Install Urlino-app:
git clone https://github.com/usuario/urlino-app.git
cd urlino-app
npm install
To execute the app:
ng serve
Then, navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
To execute the unit tests via Karma, run the following command
ng test --code-coverage
Run ng ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.