项目作者: TomOrth
项目描述 :
Flask app to manage your budgets
高级语言: JavaScript
项目地址: git://github.com/TomOrth/BudgetReport.git
BudgetReport
Flask app to manage your budgets
Running the program
- Sign-up for AWS and create a postgres-based instace of the Relational Database Service (RDS)
- Create the environment variables
RDS_USER
, RDS_PASSWRD
, and RDS_HOST
with corresponding values from the RDS dashboard - Install
docker
and docker-compose
- Run the following command:
sudo -E docker-compose -f docker-compose.yml up
Running tests
- Follow steps 1-3 from the above section but run this command instead:
sudo -E docker-compose -f docker-compose.test.yml up
Built With
- Python
- Flask
- Plotly.js
- AWS Relational Database Service (Postgres)
- AWS EC2 instance (Currently down to save AWS credit. Can be start upon request)
- JQuery
- jsPDF
- Docker