torrinworx / torrinleonard.com

My React Three Fiber profile website!
GNU General Public License v3.0
0 stars 0 forks source link

Setting up Docker, Heroku, Database?, Terraform ci #18

Open torrinworx opened 1 year ago

torrinworx commented 1 year ago

The plan here is to have it so that Docker can act as a way to setup the development environment for both the main application and all the sub app backends in the app folder. This way we don't have to worry too much about setting up the backend, it's just simply done using docker containers and docker compose.

It also makes it easier to setup docker images so that we can send it to Terraform and their providers like Heroku.

Also need to figure out how to setup a database for the AresMarketMaster backend so that it can store the data of all trades and all news articles/info read form online in that vector database, I guess another docker container?

torrinworx commented 1 year ago

The AresMarketMaster needs further setup to even get to the Hello World state, right now I'm working on setting docker up so that the whole app can be deployed and locally deployed using Docker/Docker Compose. The DockerFile for both the react/express app is already created, haven't tested it yet, and the docker file for the FastAPI AresMarketMaster still needs a lot of work