Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 637 Bytes

development_setup.md

File metadata and controls

26 lines (18 loc) · 637 Bytes

Local Deployment for Development

Clone the Repository:

git clone https://github.com/biocompute/bcodb.git cd bcodb

Install Dependencies:

pip install -r requirements.txt npm install

Run the Applications:

cd server python manage.py runserver cd ../client npm start

Follow the detailed instructions in our Local deployment Guide

Production Deployment

Follow the detailed instructions in our Production deployment Guide.

Docker Deployment

Our Docker deployment Guide is currently a work in progress. Stay tuned for updates.