Shubh0501 / spend-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 63.8%Language:CSS 25.3%Language:HTML 6.5%Language:Python 4.4%