Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

chxru/hospe

Repository files navigation

Hospe

Prerequisites

  1. Node Js

Initialize development environment

  1. Make sure yarn is installed
    npm i -g yarn
  2. Install dependencies
    yarn
  3. Install nx globally
    npm install -g nx
  4. Initiate redis and mongodb instances
    docker-compose up -d
  5. Start application using nx command
    nx run <app-name>:serve

Applications and libraries

  • services-api API
  • frontend-user Next.js user application
  • frontend-doctor Next.js doctor application
  • frontend-management Next.js management application
  • next Common Next.js files library
  • types Shared types
  • ui UI components library with Storybooks
# eg: Open next.js user app
nx run frontend-user:serve