/shmir-website

shmir website

Primary LanguageJavaScript

shmir-website

GNU License Documentation Status

Web client for sh-miR Designer RESTful API written in Django.

How to run it in 4 simple steps:

  1. Install requirements:
pip install -r requirements.txt
  1. Synchronize database to create all needed tables and follow the instructions:
python manage.py syncdb
  1. Set SHMIR_API_ADDRESS variable in shweb/shweb/settings.py file to proper sh-miR API url (official or local)
  2. Type runserver command:
python manage.py runserver

Your local web-based client is ready for use on 127.0.0.1:8000