Backend for the Bindfit and Bindsim web applications.
See also: Bindfit web application
git clone <repository-url>
this repository- change into the new directory
pip install -r requirements.txt
python manage.py runserver
- This will serve the app at http://localhost:8000 by default.