Skip to content

Reevu01/FinSight-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Project Setup & Run Guide

Follow the steps below to run the project locally:


▶️ Frontend (Next.js)

# Navigate to the frontend directory
cd frontend-nextjs
# Install dependencies
npm install
# Run the development server
npm run dev

▶️ Frontend (Next.js)

# Navigate to the backend directory
cd backend
# Run the development server
python3 -m venv venv
source venv/bin/activate
python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.1%
  • Python 4.8%
  • CSS 1.1%