This is a project developed with the purpose of improving my knowledge in Angular using is principal concepts.
Angular Shop v1, is the first version of an online store, where at the moment it is possible to create, read, update and delete products.
Mocked REST API made with JSON server, to provide data that will be used by the frontend.
# Navigate to the backend folder
cd server
# To install all project dependencies
npm install
# To run the application
npm start
Application made entirely in Angular, which uses a REST API provided by the server.
# Navigate to the frontend folder
cd web
# To install all project dependencies
npm install
# To run the application
ng serve
Server
- json-server
Frontend
- angular
- angular/material
- Role based authentication
- Shopping cart