Skip to content

williamguilhermesouza/ClinicaBackend

Repository files navigation

Phisiotherapy Clinic Backend

Repo-size Last-commit

This project is meant to be a backend for a Phisiotherapy Clinic System. The project is built in NestJS framework.

Install

This project uses yarn package manager, and so install it's packages with:

yarn install

Using

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