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

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

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.

![screenshot_01](https://github.com/rd003/BookFullStack/blob/master/01.jpg)
![screenshot_03](https://github.com/rd003/BookFullStack/blob/master/03.jpg)
![screenshot_02](https://github.com/rd003/BookFullStack/blob/master/02.jpg)

## How to run it?

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