Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.19 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.19 KB

Derma

Derma is an AI skin health assistant which helps to identify your possible skin condition with just few clicks, before things get worse.

Demonstration

derma-demo.mp4

Requirements

Usage

  1. Clone the repository
git clone https://github.com/suravshrestha/derma.git
  1. Navigate to the repository 📂
cd derma
  1. Install the dependencies
cd frontend
npm install
cd ../backend
npm install

This might take a while to complete.

  1. 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

  1. Start the backend development server
npm run dev
  1. 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/.