Skip to content

lechithinh/UIT-Botchat-Front-end

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hướng dẫn cài đặt Compreface Service - Backend.

Requirements

  1. Cài đặt Docker desktop(hướng dẫn cài đặt) - Lưu ý thực hiện mục "System requirements" trước tiên.
  2. CompreFace chạy trên x86 processorAVX support. (đa số máy tính đều đáp ứng được.)

To get started (Linux, MacOS):

  1. Cài đặt Docker và Docker Compose
  2. Tải file nén: file
  3. Giải nén file.
  4. Mở terminal ngay tại folder vừa giải nén, chạy câu lệnh: docker-compose up -d
  5. Mở service trên browser(giao diện login): http://localhost:8000/login

To get started (Windows):

  1. Cài đặt Docker Desktop
  2. Tải file nén: file
  3. Giải nén file.
  4. Chạy Docker desktop.
  5. Mở cmd ngay tại folder vừa giải nén, chạy câu lệnh: docker-compose up -d (chạy khá lâu và nặng :>)
  6. Mở http://localhost:8000/login để kiểm tra service đã chạy chưa.

Hướng dẫn cài đặt Website - Frontend.

Requirements

  1. Cài đặt git.
  2. Cài đặt NodeJS và NPM(có sẵn khi cài NodeJS).

Installation

  1. Clone source code: git clone https://github.com/ngohiep-nood/UIT-Botchat-Font-end.git
  2. Cài đặt packages: npm install
  3. Chạy project: npm run dev
  4. Vào http://localhost:3000 (lưu ý sử dụng chrome cho website)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 67.0%
  • HTML 32.5%
  • Other 0.5%