hfreire / get-me-a-date

:heart_eyes: Help me get a :cupid: date tonight :first_quarter_moon_with_face:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get started

SimonTod opened this issue · comments

Hello I have tried getting started with your application that looks awesome, but can't get it to work.

I have tried both ways :

  • using the docker hub image,
  • by compiling the image from the repo using the npm run build command.

I have made a .env file and tried running the docker image with the --env-file option.
I am able to access the website with my browser, but nothing really seems to work ans no error is showing.

I am missing a step ? Could you help me out ?

Thanks a lot

Thinking the exact same thing... app may no longer work. Regardless, referencing issue #880 since it appears to be the same issue.

Do you have any explications.
I don’t understand the information that needs to be sent.

@Thatchantique Running application by using the docker image and a docker-compose.yml file. I pull the image from the docker repository and then execute docker-compose run -d this is what I get in my browser:

Screenshot_2020-07-10 Screenshot

Saying this, swagger does work. When I query some available tests on swagger that do not require input, I am receiving an error 500.

{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "An internal server error occurred"
}

Not sure how to correct this or what I am expected to do next. Since I am lost for what the appropriate action should be I guess this means that I cannot get a date.

same here, did you find a solution?

@pimboli No resolution found for months. I gave up on it, sadly, I am not adept enough in programming JavaScript to understand how to troubleshoot the code. For all I know, it is intended for docker running on windows not linux.