gym-dehydration

This is a small project for university to design a gym dehydration controller expert system. It is just a small full-stack app to add cases with different input parameters and get the resulting controller output.

Tech stack

  • Node.js
  • pnpm
  • ESLint/Prettier
  • Husky
  • Express.js
  • MongoDB
  • Mongoose
  • Handlebars
  • tacit

How to run

  1. npm i
  2. npm run prepare
  3. OPTIONAL: Host a MongoDB instance locally using Docker: docker-compose up -d
  4. npm run start:dev

Deployment

The hosted version of this app is deployed on adaptable.io and can be found here.