Skip to content

Anhduchb01/FinSight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinSight

  • Clone repository :
    git clone https://github.com/Anhduchb01/FinSight.git
    cd FinSight
  • Structure Project :
📦 FinSight
 ┣ 📂 frondEnd
 ┃ ┗ 📜 ...
 ┣ 📂 backEnd
 ┃ ┣ 📂 FinSight
 ┃    ┣ 📜 server.js
 ┃    ┗ 📜 ...
 ┃ ┣ 📂 FinSightAI
 ┃    ┣ 📜 app.py
 ┃    ┗ 📜 ...
 ┗ 📜 README.md

Run BackEnd

cd  backEnd

Run BackEnd Nodejs ( FinSight )

cd  FinSight
  • install package :
     npm install
  • run nodejs server:
     npm start

Run BackEnd Python ( FinSightAI )

cd  FinSightAI

Tạo môi trường env

  • Dùng Conda

    • Tạo môi trường :
    conda create -n env python==3.9.16
    • Activate môi trường :
    conda activate env
    • Install thư viện :
    pip install -r requirements.txt
  • Dùng venv

    • Tạo môi trường :
    python3 -m venv env
    • Activate môi trường :

    Window

    env\Scripts\activate.bat

    Linux

    source env/bin/activate
    • Install thư viện :
    pip install -r requirements.txt

Run app

python app.y

Run FrondEnd

cd frondEnd
  • install package :
     npm install
  • run nuxtjs frondend :
     npm run dev 

Brower show on localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published