Skip to content

Shop project made with Angular and Angular Material

Notifications You must be signed in to change notification settings

jpmmadeira/angular-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shop project made with Angular and Angular Material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published