This is the repository responsible for HealthCare's app.
- NodeJS (14.x.x);
- NPM (6.x.x);
- PostgreSQL (latest);
- run
npx simple-pre-commit
at the root of the project, before the start (it will set the pre-commit hook for any commits).
This folder contains all common (helpers, enums and etc.) stuff for other applications (backend, frontend and etc.).
For the BackEnd to work properly, you need to fill in the .env
file. You can use the .env.example
file as an example.
npx sequelize-cli migration:create --name <migration-name>
— create migration with<migration-name>
param as name.
For the FrontEnd to work properly, you need to fill in the .env
file. You can use the .env.example
file as an example.
npm run install:all
at the root- Fill ENVs
npx simple-pre-commit
at the rootnpm run start
at the root- Enjoy <3
The root package.json includes many interesting scripts. You can view them to stay informed 🙌