Web client for sh-miR Designer RESTful API written in Django.
How to run it in 4 simple steps:
- Install requirements:
pip install -r requirements.txt
- Synchronize database to create all needed tables and follow the instructions:
python manage.py syncdb
- Set SHMIR_API_ADDRESS variable in shweb/shweb/settings.py file to proper sh-miR API url (official or local)
- Type runserver command:
python manage.py runserver
Your local web-based client is ready for use on 127.0.0.1:8000