Does not seem to have been answered there. Any any...
# orm-help
i
Does not seem to have been answered there. Any anyone have this figured out? Thanks.
k
I've seen such a thing in this project: https://github.com/TreeAntSan/javrater-webapp/tree/master/server-prisma First you'd want to see if you can make it into a docker container and run it locally. It shouldn't be too difficult after you review docker-compose.yml and the dockerfiles. Also read the readme about
.env
. With that file defined and with docker installed properly on your machine, you should be able to docker-compose the Prisma stack (
docker-compose -f ./database/docker-compose.yml up -d
) and the webapp's server (
docker-compose -f ./docker-compose.yml up -d
) For aws you can read the rambling notes.txt here: https://github.com/TreeAntSan/javrater-webapp/blob/master/notes.txt and the comment atop this file https://github.com/TreeAntSan/javrater-webapp/blob/master/docker-compose.yml (It's a real mess but it's a treasure trove of clues for you)
@idkjsx pinging you in case you didn't get a notification. I'm new to slack myself so I don't know if you'd get a notification or email or not.