Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derma

An Artificial Intelligence application for predicting skin diseases.

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

Have patience, this might take a while.

  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

The application can be viewed at http://localhost:3000/

About

An Artificial Intelligence application for predicting skin diseases.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages