Skip to content

mahika34/Personalized-Financial-Assistance

 
 

Repository files navigation

Project Setup Guide

Prerequisities

Make sure to have Node.js installed on your system. You can download and install it by following the instructions in this video:

Node js installation

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/Git-Cat-21/Personalized-Financial-Assistance.git
cd Personalized-Financial-Assistance

Installation Steps

1.Install Python Dependencies

pip install -r requirements.txt

2.Initialize Node.js and Install Dependencies

  • Initialize your Node.js project (only required once):

    npm init -y
  • Install the required Node.js packages:

    npm install express mysql2 ejs

Running the Application

  1. Open two terminals.

  2. In the first terminal, start the Node.js service:

node data_fetch.js
  1. In the second terminal, start the Python application:
python app.py

This will start the backend services on both Node.js and Python. Keep both terminals open to run the services simultaneously.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 29.6%
  • CSS 25.5%
  • EJS 23.5%
  • Python 18.3%
  • JavaScript 3.1%