https://github.com/rd003/bookfullstack
Basic Angular e-comm app with authentication, angular material, ngrx, json server
https://github.com/rd003/bookfullstack
angular angular-material authentication json-server ngrx-store
Last synced: 29 days ago
JSON representation
Basic Angular e-comm app with authentication, angular material, ngrx, json server
- Host: GitHub
- URL: https://github.com/rd003/bookfullstack
- Owner: rd003
- License: mit
- Created: 2023-09-22T05:49:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T10:53:42.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:09:36.178Z (over 1 year ago)
- Topics: angular, angular-material, authentication, json-server, ngrx-store
- Language: TypeScript
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookFullStack
This project is made with `Angular 16.0.0` and `json-server` (as a backend).
📝 note: I made it as a practice project for ngrx and rxjs. It may contain very bad practices. If any one using it use with caution. Reviews are most welcome and would be benificial for growing as a better angular dev.



## How to run it?
👉 `ng serve --open` for a dev server.
👉 `npm run server` to start api server.