Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages