Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 667 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 667 Bytes

bird_healthcare

Quick Start

Clone

$ git clone https://github.com/saikeen/bird_healthcare.git
$ cd bird_healthcare/
$ mkdir -p projects
$ cd projects/
$ git clone https://github.com/saikeen/bird_healthcare_frontend.git
$ git clone https://github.com/saikeen/bird_healthcare_backend.git

Directory Structure

bird_healthcare
└── projects
  ├── bird_healthcare_frontend
  └── bird_healthcare_backend

Project Setup

$ yarn dc-build
$ yarn dc-setup

Database Setup

$ yarn db-reset

Project Start

$ yarn dc-up

Please access in http://localhost:3000