Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhklab/pharmacodb-js

Search across publicly available datasets to find instances where a drug or cell line of interest has been profiled.
https://github.com/bhklab/pharmacodb-js

cell-lines compounds datasets drug-dose-response-curves drug-targets experiments tissue

Last synced: about 2 months ago
JSON representation

Search across publicly available datasets to find instances where a drug or cell line of interest has been profiled.

Awesome Lists containing this project

README

        

# PharmacoDB-JS Web Application

## Setup Instructions

- Clone the repo

```bash
git clone https://github.com/bhklab/PharmacoDB-JS.git
cd PharmacoDB-JS
```

- In the project directory, install all server dependencies `npm i`
- Create .env using .env.example as a reference to access the database
- Start the server by running `npm start` or `npm run devstart`(development mode) command
- Start the client (development mode) by running `npm start`
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Dependencies

- React
- React-Router
- Express
- Knex
- Body-parser

## Dev Dependenices

- Nodemon
- Eslint

## Servers

- Production Server: https://pharmacodb.ca/
- Beta Server: [beta.pharmacodb.ca](http://beta.pharmacodb.ca/)