Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 901 Bytes

vyvojari-sk

slovak community portal for developers

it all began here: http://vyvojari.sk/Forum/vyvojarisk-18180.aspx

Read our wiki in order to find out more: https://github.com/Liero/vyvojari-sk/wiki

or check latest (unstable) version: https://vyvojari.azurewebsites.net/

Build Status:

master: ![master branch](Build Status)

How to build and run?

  • Create database using Package Management Console or use InMemory database provider

    Update-Database -Context EventsDbContext
    Update-Database -Context ApplicationDbContext
    Update-Database -Context DevPortalDbContext
    

    or

    dotnet ef database update --context DevPortalDbContext
    ...
    

    or just configure UseInMemoryDatabase with limited functionality.