An Artificial Intelligence application for predicting skin diseases.
- Clone the repository
git clone https://github.com/suravshrestha/derma.git
- Navigate to the repository 📂
cd derma
- Install the dependencies
cd frontend
npm install
cd ../backend
npm install
Have patience, this might take a while.
- Create a
.env
file inside the backend folder and set the following credentials:
#.env
JWT_SECRET_KEY=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
Get the Cloudinary credentials from your Cloudinary Dashboard
- Start the backend development server
npm run dev
- Open a new terminal from
frontend
folder and run the frontend development server
npm run start
The application can be viewed at http://localhost:3000/