Financial Dashboard screenshot

Financial Dashboard

Author Avatar Theme by Dpuljic01
Updated: 6 Jun 2025
20 Stars

Masters Thesis - Fintech Dashboard

Categories

Overview:

The content provided appears to be a guide or documentation for a financial dashboard project, specifically a Masters Thesis project. The live demo link mentioned in the content suggests that this project is a web application, possibly hosted on Heroku. The content also includes instructions on project setup, deployment, and user creation within the app.

Features:

  • Financial Dashboard: Provides a web-based interface to display financial data.
  • Server-Client Project Setup: Instructions for setting up the project on the server and client side.
  • Development and Production Builds: Instructions for compiling, hot-reloading, and minifying the project files for development and production environments.
  • File Linting and Fixing: Instructions for linting and fixing project files.
  • Custom Configuration: Instructions for customizing the project configuration.
  • Heroku Integration: Instructions for setting environmental variables, deploying to Heroku, and running the app on Heroku.
  • Manual User Creation: Instructions for manually creating users within the app.

Installation:

  1. Run the command project setup to set up the server-side of the project.
  2. Run the command client setup to set up the client-side of the project.
  3. Use the command development to compile and hot-reload the project files for development.
  4. Use the command production to compile and minify the project files for production.
  5. Run the command lint to lint and fix the project files.
  6. Customize the project configuration as needed using the provided configuration reference.
  7. Set the required environmental variables, including changing the value of the SECRET_KEY.
  8. Deploy the project on Heroku by pushing to the heroku branch or any other branch created.
  9. Run the app locally using the command python manage.py runserver.
  10. For production, use the command heroku run python manage.py runserver --app app_name.
  11. Manually create users within the app using the command heroku run python manage.py create_user --app app_name.

Summary:

This content provides a brief overview and documentation for a financial dashboard project, including instructions for installation, deployment, and user creation. It seems to be a work in progress, with a live demo showcasing the current progress of the project. The instructions provided appear to be specific to a web-based application hosted on Heroku.