chemokita13 / beReal-api

A not official BeReal rest API in wich you can get all posts info, comment, upload a post...
https://berealapi.fly.dev
78 stars 5 forks source link

404 Error #25

Closed alpha-157 closed 10 months ago

alpha-157 commented 10 months ago

I have an issue even accessing the localhost. I have successfully deployed as you can see in the image below. However when trying to access localhost:3000 I get a 404 Not Found error ({"statusCode":404,"message":"Cannot GET /","error":"Not Found"}). This happens both on my laptop and desktop. Have I missed something?

Screenshot 2024-01-12 214925

chemokita13 commented 10 months ago

Hey! Because the API has no index page, you should go to the API Docs page (http://localhost:3000/api) or use the rest of the API endpoints

alpha-157 commented 10 months ago

Thank you. Got it to work