Hyper Focus is a platform to assist people with ADHD by facilitating their daily lives, improving their quality of life, and interaction with society. It Provides tools to assist people with ADHD in their daily lives, such as: social network, calendar, notes, disorder identification tests, gamification, and interaction with specialized doctors. These tools can contribute to the improvement of academic, professional, and social performance of those suffering from the disorder.
This repository is designated for storing all backend-related code for the platform.
$ yarn install$ docker compose -p hyper-focus up -d --build -VDevelopment mode
$ yarn run startWatch mode
$ yarn run start:devProduction mode
$ yarn run start:prodUnit tests
$ yarn run testE2e tests
$ yarn run test:e2eTest coverage
$ yarn run test:covGenerate a migration
$ yarn migration:generate "src/database/migrations/MigrationName"Run a migration
$ yarn migration:runRevert a migration
$ yarn migration:revertAccess swagger api
$ http://localhost:3000/api