https://github.com/hidayatarg/react-full-stack-asp.netcore-musicstore
This is a Demo Projec. Backend in ASP.net Core Web API, Frontend: React.js, Database: PostGreSQL. #CRUD #JWT Authentication and Authorization
https://github.com/hidayatarg/react-full-stack-asp.netcore-musicstore
Last synced: 19 days ago
JSON representation
This is a Demo Projec. Backend in ASP.net Core Web API, Frontend: React.js, Database: PostGreSQL. #CRUD #JWT Authentication and Authorization
- Host: GitHub
- URL: https://github.com/hidayatarg/react-full-stack-asp.netcore-musicstore
- Owner: hidayatarg
- Created: 2019-06-08T15:25:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T11:16:12.000Z (over 2 years ago)
- Last Synced: 2025-04-07T21:12:42.155Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 3.87 MB
- Stars: 10
- Watchers: 0
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install Dependencies
- npm i redux react-redux redux-thunk --save
- npm i redux-devtools-extension --save
- npm i react-router-dom --save
- npm i semantic-ui-react --save
- npm i semantic-ui-css --save
Redux Logger- npm i redux-logger --save Now we can read the states from console.
# Entity Framework Backend
Add migration
- in Mac, Linux (CLI) `dotnet ef migrations add `
- in windows(Visual Studio) (NuGet Package Console) `Add-Migration `Update database
- in Mac, Linux (CLI) `dotnet ef database update`
- in windows(Visual Studio) (NuGet Package Console) `Update-Database`