Skip to content

Our healthcare app helps users to stay healthy. This application allows you to choose your family doctor, create appointments, check your medical history and be in touch with your doctor always and everywhere

Notifications You must be signed in to change notification settings

BinaryStudioAcademy/bsa-winter-2021-healthcare

Repository files navigation

🧬 Health Care 🧪

ℹ️ General info

This is the repository responsible for HealthCare's app.

🖍 Requirements:

  • 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).

🗂 Shared

This folder contains all common (helpers, enums and etc.) stuff for other applications (backend, frontend and etc.).

⚙️ BackEnd

For the BackEnd to work properly, you need to fill in the .env file. You can use the .env.example file as an example.

🛠 Useful Scripts

  • npx sequelize-cli migration:create --name <migration-name> — create migration with <migration-name> param as name.

💡 FrontEnd

For the FrontEnd to work properly, you need to fill in the .env file. You can use the .env.example file as an example.

🏃‍♂️ Simple start

  1. npm run install:all at the root
  2. Fill ENVs
  3. npx simple-pre-commit at the root
  4. npm run start at the root
  5. Enjoy <3

The root package.json includes many interesting scripts. You can view them to stay informed 🙌

About

Our healthcare app helps users to stay healthy. This application allows you to choose your family doctor, create appointments, check your medical history and be in touch with your doctor always and everywhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published