Skip to content

behruz-b/medical

Repository files navigation

Medical

Build Status

MergifyStatus Scala Steward badge

This project created on PlayFramework 2.8.7

1. Clone your fork:

git clone git@github.com:github-username/medical.git

2. Add remote from an original repository in your forked repository:

cd /home/user/IdeaProjects/medical
git remote add upstream git://github.com/behruz-b/medical.git
git fetch upstream

3. Updating your fork from an original repository to keep up with their changes:

git pull upstream main

Installation

git clone https://github.com/behruz-b/medical.git

Usage

cd path/to/project

sbt compile
sbt run

License