Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.24 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.24 KB

Angular Shop v1

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.

📷 Preview

HomePage Products Page New Product Page Update Product Page Delete Product Page

🔨 Setup

Backend

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

Frontend

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

💻 Development dependencies

Server

  • json-server

Frontend

  • angular
  • angular/material

🔜 Upcoming Features

  • Role based authentication
  • Shopping cart