This project is meant to be a backend for a Phisiotherapy Clinic System. The project is built in NestJS framework.
This project uses yarn package manager, and so install it's packages with:
yarn install
To run the backend, a postgresql server is needed, with a b122y user with password 123 and b122y database. The command used to start the backend is:
yarn run start