Skip to content

aviish/test-webtiengnhat

 
 

Repository files navigation

web-tiengnhat

Installation

##1. Get source code

[email protected]:haiafc1122/web-tiengnhat.git

##2. Install all packages

npm install

##3. Configure app

  • Edit example.env to .env
DB_HOST='localhost'
DB_USER='tên tài khoản vd :root'
DB_PASSWORD='mật khẩu'
DB_NAME='web-tiengnhat'

##.4 Create Database

npm install knex -g
  • sau đó Generate database:
 knex migrate:latest

##.5 RUN

localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 15.2%
  • HTML 1.5%