These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To start with, make sure your node version is up to 10.+
node -V
- Clone the repo
git clone https://github.com/SamAg19/BD1---Medical-Records.git
- Install dependencies.
npm i
- Local Network
Open a new terminal and run the following command
truffle develop
Let this terminal run until we finish our simulation
- Running the simulation test file
Open another terminal and run the following command
truffle test
There should be 7 cases out of which case no. 6 should fail and rest all should pass.