This repository contains the codebase for our financial planning web application. It allows users to track their expenses, set financial goals, and view analytics related to their spending habits.
To run the application on your local environment, follow the steps below:
Node.js and npm must be installed on your machine.
- Open a terminal and navigate to the client directory.
- Run the following command to install project dependencies:
npm install - Open another terminal and navigate to the server directory:
- Run the following command to install project dependencies:
npm install
To connect to the AWS MySQL database, follow these steps:
- Place .env file in client directory
- In the client directory, start the client host by running:
node index.js - In the server directory, start the api host by running:
node index.js - Open a web browser and go to http://localhost:3000. You should see a page that lets you sign in or sign up to navigate the application.