Skip to content

web-based application designed for patients and family practitioners

Notifications You must be signed in to change notification settings

adv555/internship-2022-behealthy-main

Repository files navigation

Project name

Project description


For Windows users:

  • WSL is mandatory for running this project.

  • Project is to be cloned to WSL disk. If you're seeing /mnt/ path prefix in your terminal it means the project isn't on the WSL disk. This is required for hot reloading with docker.


0.1. What's shipped with this boilerplate?

  • React (CRA) + NestJS applications
  • Configured sequelize for PostgreSQL
  • Storybook
  • Tailwind
  • React Redux (+Saga)
  • React Router
  • docker-compose

0.2. Reference


1. Project init

  • Run npm run symlink-shared after git clone.

2. Bootstrap project using Docker Compose

  • To build (rebuild) docker-compose --env-file=.env.dev up -d --build
  • To start without building docker-compose --env-file=.env.dev up -d
  • To stop docker-compose --env-file=.env.dev down

About

web-based application designed for patients and family practitioners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published