This project is a ecommerce web app using nextjs as client and aspnet as server
- BE :
- Create Migration
- CLI:
dotnet ef migrations add InitialCreate --context (This is the first DbContext)
- PM:
Add-Migration InitialCreate -Context (This is the first DbContext)
- CLI:
- Update Migration
- CLI:
dotnet ef database update --context (This is the first DbContext)
- PM:
Update-Database -Context (This is the first DbContext)
- CLI:
- Create Migration
Application | URL | Credentials |
---|---|---|
Melodic API | http://localhost:7149 | |
melodic-app | http://localhost:3000 |
-
In a terminal, make sure you are in
MelodicApp/melodic-app
folder -
Run the following commands
npm upgrade npm i -g npm-check-updates ncu -u npm install
Tran Dang Khoa 💻 |
wnosphan 💻 |
Võ Công Huy 💻 |
ya3k 💻 |
william-le1004 💻 |