Skip to content

kylecods/vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue CRUD application

Requirements

  • Node.js
  • .NET 7 SDK

Installation

Frontend

Once installed Node.js run:

npm install

Run the application is development:

npm run dev

Backend

After installing the .NET SDK,

First install the migration tools

dotnet tool install --global dotnet-ef

Navigate to the Infrastructure folder to start creating the database:

cd Infrastructure

Run the command below to Add migrations:

dotnet ef migrations add InitialCreate

Update your database:

dotnet ef database update

Change directory to the vue-api folder and start the API:

dotnet build
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published