Skip to content

dokkazy/MelodicApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Contributors Commits Forks Stargazers Issues MIT License


About The Project

This project is a ecommerce web app using nextjs as client and aspnet as server

(back to top)

Built With

  • Next
  • .Net
  • Npm

(back to top)

Start Project

  • 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)
        
    • Update Migration
      • CLI:
        dotnet ef database update --context (This is the first DbContext)
        
      • PM:
        Update-Database -Context (This is the first DbContext)
        

Applications URLs

Application URL Credentials
Melodic API http://localhost:7149
melodic-app http://localhost:3000

(back to top)

How to upgrade melodic-app dependencies to latest version

  • 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
    

(back to top)

Contributor

Donavon West
Tran Dang Khoa

💻
Donavon West
wnosphan

💻
Donavon West
Võ Công Huy

💻
Donavon West
ya3k

💻
Donavon West
william-le1004

💻

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages