Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaeldehaney94/bulkybookweb
- Owner: michaeldehaney94
- Created: 2022-11-26T18:41:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T18:52:13.000Z (about 2 years ago)
- Last Synced: 2024-09-09T22:53:48.130Z (4 months ago)
- Topics: asp-net-core-mvc, html5, postgresql
- Language: C#
- Homepage:
- Size: 26.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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