Derma is an AI skin health assistant which helps to identify your possible skin condition with just few clicks, before things get worse.
derma-demo.mp4
- 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
This might take a while to complete.
- 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
You can view the application at http://localhost:3000/.