AleixMJ / cryptotax

Flask application website to manage cryptocurrency portfolio/taxes/markets. Currently on development
Apache License 2.0
0 stars 0 forks source link

Split the database from the repository to an external source #12

Closed AleixMJ closed 2 years ago

AleixMJ commented 2 years ago

Decided to give a try to AMAZON RDS. Will create an account and implement

AleixMJ commented 2 years ago

MySQL have a lot of bugs with Flask and a lot of documentation is old and do not work. Seems Flask mainly focuses on SQLAlchemy so will need to implement Alchemy directly.

AleixMJ commented 2 years ago

Database has been added to AWS RDS