- 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 startornpm run devstart(development mode) command - Start the client (development mode) by running
npm start - Open http://localhost:3000 to view it in the browser.
- React
- React-Router
- Express
- Knex
- Body-parser
- Nodemon
- Eslint
- Production Server: https://pharmacodb.ca/
- Beta Server: beta.pharmacodb.ca