An open API service indexing awesome lists of open source software.

https://github.com/huysentruitw/online-paneeltjes


https://github.com/huysentruitw/online-paneeltjes

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Online Paneeljes

## Database

### Create migrations

Open the Package Manager Console, set Paneeltjes.WebApp as Default project, then:

Add-Migration {migration-name} -Project Paneeltjes.Data

### Update database

Open the Package Manager Console, set Paneeltjes.WebApp as Default project, then:

Update-Database -Project Paneeltjes.Data