An open API service indexing awesome lists of open source software.

https://github.com/davilands/web503-nodejs

Lập trình server với NodeJS
https://github.com/davilands/web503-nodejs

expressjs fpl fpt fpt-polytechnic nodejs

Last synced: about 1 month ago
JSON representation

Lập trình server với NodeJS

Awesome Lists containing this project

README

        

# WEB503 - NODEJS
## Clone repo về máy
Mở thư mục sau:



Chuột phải -> Mở bằng Terminal:

Gõ lần lượt các lệnh sau và nhấn enter (mỗi lệnh enter một lần):


`npm init`

`npm install --save express`

`npm install --save nodemon`

`npm install --save ejs`

`npm install --save multer`




Cấu trúc dự án sau khi cài đặt thành công:

## Chạy dự án:

Chạy từng bài lab trong project

Ví dụ chạy lab01: `cd lab01` -> `node index.js`

Ví dụ chạy lab02: `cd..` -> `cd lab02` -> `node index.js`