Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 334 Bytes

Clin-R

Application for Clinical Data Management.

Start

# prepare
brew install postgresql
brew install node
brew services restart postgresql

# setup
git clone https://github.com/moozeq/clinr.git
cd clinr

# start backend in one console
cd backend
nest start

# start frontend in second console
cd frontend
ng serve