Git Product home page Git Product logo

financial-dashboard's Introduction

Masters Thesis - Financial Dashboard

NOTE: this is still WIP, here is the LIVE DEMO of the current progress.

PS: If it's slow when first time opening app, that's because Heroku shuts down app after 30mins of inactivity, so it takes a while to run it again.

Here the look of the main page ๐Ÿ˜

Financial Dashboard

Server

Project setup


pip install -r requirements.txt

Run

export FLASK_APP=wsgi.py
flask run

or

python manage.py runserver

Client

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Heroku

  • Set environmental variables (change SECRET_KEY value)
heroku config:set SECRET_KEY=not-so-secret

heroku config:set FLASK_APP=wsgi.py
...
  • Deploy on Heroku by pushing to the heroku branch or some other branch you created
git push <heroku|staging|production> master
  • Running the app

    • locally -> python manage.py runserver

    • production -> heroku run python manage.py runserver --app app_name

  • Create user manually (these are automatically verified, no need for email confirmation)

    • heroku run python manage.py create_user --app app_name

financial-dashboard's People

Contributors

dpuljic01 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.