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
- Host: GitHub
- URL: https://github.com/davilands/web503-nodejs
- Owner: Davilands
- Created: 2024-03-27T04:30:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T04:31:07.000Z (about 1 year ago)
- Last Synced: 2025-03-13T08:37:53.850Z (about 2 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`