Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 793 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 793 Bytes

PharmacoDB-JS Web Application

Setup Instructions

  • Clone the repo
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 to view it in the browser.

Dependencies

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

Dev Dependenices

  • Nodemon
  • Eslint

Servers