Open source forensic software to analyze digital evidence to be presented in court
Go Forensics Frontend
Open source forensic software to analyze digital evidence to be presented in court.
.
Installation
Yarn is required to install dependencies.
$ npm install --global yarn
# Download or clone this repository.
$ git clone https://github.com/mooijtech/goforensics-dashboard
# Change directory.
$ cd goforensics-dashboard
# Make sure you are using Node v16:
# https://github.com/nvm-sh/nvm
$ nvm install 16
# Install dependencies.
$ yarn install
# Set our environment variables
$ export GO_FORENSICS_WEBSITE_URL=http://localhost:3000
$ export GO_FORENSICS_API_URL=http://localhost:1337
$ export TUS_URL=http://localhost:1080
$ export ORY_SDK_URL=http://localhost:4433
# Start the server.
$ yarn run dev