Masters Thesis - Fintech Dashboard
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.
project setup to set up the server-side of the project.client setup to set up the client-side of the project.development to compile and hot-reload the project files for development.production to compile and minify the project files for production.lint to lint and fix the project files.SECRET_KEY.heroku branch or any other branch created.python manage.py runserver.heroku run python manage.py runserver --app app_name.heroku run python manage.py create_user --app app_name.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.