/Luyen-Thi

Hệ thống Luyện thi THPT Quốc gia

Primary LanguageTypeScript

Luyenthi - IPractice

Hệ thống ôn luyện thi THPT Quốc gia 2021

Details: https://drive.google.com/file/d/1Uqlgkx-pWso7ZRrMnXjMDt7InXqPQeEt/view?usp=drive_link

Team Member:

  • Nguyen Thai Tiep

Requirement

Installation

Navigate and config into each file in sub-directory:

server/Luyenthi.HttpApi.Host/appconfig.json

client/.env.development

Terminal/Bash/CMD: In each directory

  • client
  • server
  • mysqlserver
MyProject
├── .gitignore       // Standard gitignore file
├── client           // Client dir
├── server           // .Net core server
├── Credentials      // MySQL server
└── README.md        // README file

Start Project

  • Client : Install dependencies
yarn install

Start project

yarn start
  • Server

Update Migration in Package Manager Console at Project Luyenthi.DbMigrator

Update-Database
  • Mysql Import by Command prompt in Luyenthi.DbMigrator>Data>
mysql -u root -p luyenthi > dump.sql

Dump data by Command prompt in Luyenthi.DbMigrator>Data>

mysqldump -u root  -p luyenthi -t --complete-insert --ignore-table=luyenthi.__efmigrationshistory > dump.sql
  • Mysql Import by Mysql Workbench in [Dữ liệu đầy đủ](https://drive.google.com/drive/folders/1zI9-o4Pihj5jtXWQZlhCM3H72nBLiQvz)