update refactor
This commit is contained in:
parent
01abc7e446
commit
55ad0607f3
39 changed files with 4304 additions and 584 deletions
14
README.md
14
README.md
|
|
@ -124,3 +124,17 @@ For open source projects, say how it is licensed.
|
|||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
|
||||
# AI Trading System (NodeJS)
|
||||
|
||||
## Hướng dẫn cài đặt
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## Chạy server
|
||||
|
||||
```bash
|
||||
node src/app.js
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue