A web application for medical tourism.
Clone the back-end repository and the front-end respository in the same parent directoy. Then run the following commands:
# install the dependencies
npm i
# build the project
npm run build
# copy the files to the back-end
npm run copy