Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 970 Bytes

File metadata and controls

32 lines (23 loc) · 970 Bytes

Foursight

A 95% accurate early cancer detection tool which uses micro-RNA sequences as input.

image

Installation

Clone the repository:

https://github.com/redmac135/foursight.git
cd foursight

Create .env file using the format

PORT=<port number>
SECRET_KEY=<django secret key>
ALLOWED_HOSTS=localhost,127.0.0.1,example.com
CSRF_TRUSTED_ORIGINS=http://localhost,http://127.0.0.1,https://example.com

Start the server with docker compose

docker compose up -d