Skip to content

quachquesh/user-manager-with-mvp-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Manager mô hình MVP

1. Kích hoạt Bunifu framework

- Tải license link phía dưới và làm theo hướng dẫn để kích hoạt.

Download license

2. Cài đặt JSON server

- Cài đặt JSON Servert global

npm install -g json-server

- Tạo file db.json bất kỳ đâu với nội dung:

{
  "users": []
}

- Run JSON server: Mở cmd tại thư mục vừa tạo db.json

json-server --watch db.json

About

Winform with MVP pattern

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages