Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leonardovff/angular-crud-auth-e2e
- Owner: leonardovff
- Created: 2018-12-15T16:01:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T01:01:36.000Z (about 2 years ago)
- Last Synced: 2023-02-28T07:11:31.802Z (almost 2 years ago)
- Topics: angular, crud-application, e2e-tests, interceptors, material-design, mobile-first, spa, testing, testing-angular-applications
- Language: TypeScript
- Homepage: https://leonardovff.github.io/angular-crud-auth-e2e
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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/usuariosEmail: [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/).