https://github.com/devlandsio/web503-nodejs
Lập trình server với NodeJS
https://github.com/devlandsio/web503-nodejs
expressjs fpl fpt fpt-polytechnic nodejs
Last synced: 3 months ago
JSON representation
Lập trình server với NodeJS
- Host: GitHub
- URL: https://github.com/devlandsio/web503-nodejs
- Owner: devlandsio
- Created: 2024-03-27T04:30:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T04:31:07.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T06:35:58.700Z (6 months ago)
- Topics: expressjs, fpl, fpt, fpt-polytechnic, nodejs
- Language: JavaScript
- Homepage:
- Size: 21 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`