FaresMo2 / Skin-Cancer-Detection

Skin Cancer Detection is a web application that helps users determine the likelihood of having skin cancer by uploading an image of their skin. The app utilizes AI to analyze the image and provide results, which are displayed in the user's profile.
https://skin-cancer-detection-nu.vercel.app
1 stars 0 forks source link

Update BASE_URL environment variable in deployment #1

Open cryptomafiaPB opened 5 days ago

cryptomafiaPB commented 5 days ago

As i try to login or signup it request to the "localhost" BASE_URL.

Update the BASE_URL in environment variables

Screenshot (109)

FaresMo2 commented 5 days ago

At the moment, the site is not connected to a live AI module or backend, so I have set up a mock backend using json-server. If you clone the project from GitHub and run it locally, you can follow these steps to get it working:

  1. Run the command npm run dev to start the development server.
  2. Run npm run server to start the mock backend with json-server.

Alternatively, you can sign in using the following credentials to test the application:

Additionally, you can also update the profile page, though I must admit I left it as is because I was a bit lazy! 😄

[image: image.png]

On Fri, Oct 11, 2024 at 4:23 PM Pranav Bagal @.***> wrote:

As i try to login or signup it request to the "localhost" BASE_URL.

Update the BASE_URL in environment variables

Screenshot.109.png (view on web) https://github.com/user-attachments/assets/2216a362-1ecc-4bb9-ad99-eaafa93feb4f

— Reply to this email directly, view it on GitHub https://github.com/FaresMo2/Skin-Cancer-Detection/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6AS6MZZV72FCAJJEECVTWDZ27GOFAVCNFSM6AAAAABPY5RNLKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DCMZXGUYDMMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>