Skip to content

Chuev-hub/AutoStockUA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

58 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AUTO STOCK UA πŸ›΄ 🚘

Description ✏️

This is a copy of the AUTO-RIA website where we can:

  • View information about each car that is for sale;
  • Chating with their owners;
  • A lot of characteristics that can be selected to filter all ads to find one that you searching for;
  • Authentication and authorization are implemented;
  • User can leave a comment under the advertisement;
  • User can add it to "Favourites" selection;
  • Administrator account added, it has access to do Create-Read-Update-Delete operations with Ads, Users;

Also you can try to sell your car by creating advertisement.

But you should register and login to your personal account if you want to do more than just view advertisements.

Stack πŸ“‹

  • ASP.NET Core MVC (+ Api)
  • JWT/GoogleAuth
  • SQL Server
  • 3tier
  • EF6
  • React (i18next)
  • SignalR
  • Bootstrap

Stack description πŸ’»

Project has two parts - back-end on ASP.NET Core MVC and front-end on ReactJs library. The first one has a 3tier architecture:

  • DAL (Data access layer)
  • BLL (Business logic layer)
  • UI (Here it is API Controllers layer)

Registration and login are implemented with using JWT authentication.

Chat implemented using SignalR.

Data is stored in the SQL Server database. EF6 was used to access the data.

Bootstrap was used in the front-end part.

About

🚘 πŸ›΄ A copy of the AUTO-RIA website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published