1. Clone the repo
git clone https://github.com/jaidevjoshi83/DataBaseApp.git
2. Create a conda environment
conda create -n TestDB python=3
3. Install Dependencies
pip install -r requirements.txt
4. Run/Activate the project
python /DataBaseApp/PeptideDB/manage.py runserver 127.0.0.1:8080
5. Copy this URL to the browser
http://127.0.0.1:8080/HomePage#
6. Example Query set
Tools/DataBase
- Only peptide sequence as input "AAAAAAGAAGGR"
- Only UniPort ID as input "P37837"
- Peptide and UniProt ID as input "AAAAAAGAAGGR & Q86U42"