Skip to content

vallecbg/Angular-SPA-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

alt text

Project - Cars App

Type - Website for Cars Listings

Demo: https://vallecbg.github.io/Angular-SPA-Project/

Demo Users

Email: test@mail.com Password: 123456

Description

CarsApp is the site where you can find your dream car only by 1 click. There are 2 roles - User and Guest

  • Users can Add, Delete, Edit Listings,
  • Users can Edit User Info
  • Users can see the user part of the website
  • Guests have limited permissions - they can see the home page carousel and log in or register

Entities

User

  • Id (string)
  • Name (string)
  • Username (string)
  • Email (string)
  • Mobile (string)

Listing

  • Id (string)
  • Make (string)
  • Model (string)
  • Year (number)
  • Kilometers (number)
  • Horse Power (number)
  • Color (string)
  • Engine Type (string)
  • Transmission Type (string)
  • Price (number)
  • Description (text)
  • Images (Array)