Skip to content

ASP .NET Core Blazor Server Side application for car advertisements.

License

Notifications You must be signed in to change notification settings

Valentinles/European-Cars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

European-Cars

European Cars is ASP .NET Core Blazor Server Side application for car advertisements.To create an advertisement you need to register. The advertisement itself includes the most important information about any car such as brand, model, year of production, conditon, engine type, price and so on.

Images

Getting Started

To run the application you need:
  • .NET Core 5.0

  • If you don't have Sql server on your machine you should replace the configuration in EuCars.Web/appsettings.json with this code:

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\mssqllocaldb;Database=EuCars;Trusted_Connection=True;MultipleActiveResultSets=true"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*"
}
  • In your package manger console type:
update-database

Used technologies

  • C#
  • .NET Core 5.0
  • Blazor
  • Entity Framework Core
  • Bootstrap
  • HTML
  • CSS