Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaeldehaney94/bulkybookweb

ASP.NET Core MVC web app that creates a categories list and perform CRUD database operation using PostgreSQL.
https://github.com/michaeldehaney94/bulkybookweb

asp-net-core-mvc html5 postgresql

Last synced: about 1 month ago
JSON representation

ASP.NET Core MVC web app that creates a categories list and perform CRUD database operation using PostgreSQL.

Awesome Lists containing this project

README

        

# BulkyBookWeb

STEPS TO CREATE DATABASE TABLE MIGRATION
- To create database migration, open Package Manager Console
- In the package manager terminal run, 'add-migration AddCategoryToDatabase'
- If you get an error install 'Microsoft.EntityFrameworkCore.Tools' package, then run 'add-migration AddCategoryToDatabase' again.

TO PUSH DATABASE TABLE MIGRATION
- In the package manager terminal run, 'update-database'

========================================================================================

SCREENSHOTS