Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhklab/pharmacodb-js
- Owner: bhklab
- Created: 2020-05-26T15:41:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T05:36:09.000Z (almost 1 year ago)
- Last Synced: 2024-04-11T15:26:07.321Z (9 months ago)
- Topics: cell-lines, compounds, datasets, drug-dose-response-curves, drug-targets, experiments, tissue
- Language: JavaScript
- Homepage: https://pharmacodb.ca/
- Size: 24.8 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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/)