Spend Analysis Code

SETTING UP THE BACKEND

  • Using the SQL Code in the ./spend_backend folder, Create a database to store the data

  • Run the code to install python libraries required

pip3 install -r requirements.txt

  • Run the code in the frontend folder to install the required npm libraries

npm install

  • Start the backend server by running the code:

python3 api.py

  • Start the frontend server by running the code:

npm start

You'll be able to access the website running on port 3000