Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leonardovff/angular-crud-auth-e2e

Repository used to study Angular. SPA with crud, auth and guard. Using E2E and integration testes. Responsible with mobile first. Using interceptors to simulate the API.
https://github.com/leonardovff/angular-crud-auth-e2e

angular crud-application e2e-tests interceptors material-design mobile-first spa testing testing-angular-applications

Last synced: 2 days ago
JSON representation

Repository used to study Angular. SPA with crud, auth and guard. Using E2E and integration testes. Responsible with mobile first. Using interceptors to simulate the API.

Awesome Lists containing this project

README

        

# SPA in Angular
1. CRUD.
2. Auth.
3. Guard.
4. E2E tests
5. HTTP interceptors.
6. Mobile first.

## Demo
https://leonardovff.github.io/gr1d/usuarios

Email: [email protected]

Password: 123456

## Fakebackend
The fakebackend is in shared.module.ts as a provider.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).