Skip to content

harisraharjo/ahp-topsis

Repository files navigation

AHP-TOPSIS

A tool to solve MCDM problems using a hybrid AHP & TOPSIS method.
In this method, AHP is used to calculate the weights of the criteria and TOPSIS is used to rank the alternatives.

image

Built With

Development

  1. Planetscale database. If you don't have a planetscale account, create one first.
  2. Clerk account
  3. follow the instructions from both planetscale & clerk and put the necessary secret keys in .env.local by following the example in .env.example. if you don't have .env.local file, you have to create it first.\
  4. run pnpm install\
  5. add this kysely-codegen as dev dependencies to mirror planetscale data type to typescript. pnpm add -D github:harisraharjo/kysely-codegen#planetscale
  6. Push the database to planetscale. run pnpm db:push

TODO

  1. Design
  2. Configure the absolute paths in deployment

About

A tool to solve MCDM problem with the help of AHP & TOPSIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published