Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/web-client-angular
An Angular Client working together with a Web API Core 2.2 - WebApiCore - serving as a Membership system
https://github.com/persteenolsen/web-client-angular
Last synced: 29 days ago
JSON representation
An Angular Client working together with a Web API Core 2.2 - WebApiCore - serving as a Membership system
- Host: GitHub
- URL: https://github.com/persteenolsen/web-client-angular
- Owner: persteenolsen
- Created: 2023-03-18T14:30:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T13:50:36.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:46:22.149Z (3 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- This Angular Single Page Application is the frontend for a secure .Net Core 2.2 Web API serving as a Membership system
- Angular 8
- TypeScript
- Manuel configuration of Webpack 4 serving as a module bundler
- The login system is using a JSON Web Token ( JWT )
- The user will have access to the secure endpoints of the Web API passing login and using the JWT
- A List of Posts ( CRUD ) from MS SQL
- HTML and CSS
- Mainly JavaScript ES5, ES6 and ES7
- Traditionel Bootstrap by CDN for the responsive design of this Angular App
- Visual Studio Code as Text Editor