https://github.com/savindu93/slgvd_backend
Source code for Sri Lanka Genetic Variation Database back-end
https://github.com/savindu93/slgvd_backend
bioinformatics databases django django-application django-project django-rest-framework google-cloud mysql-database python sql variants
Last synced: about 1 month ago
JSON representation
Source code for Sri Lanka Genetic Variation Database back-end
- Host: GitHub
- URL: https://github.com/savindu93/slgvd_backend
- Owner: savindu93
- License: gpl-3.0
- Created: 2025-05-12T06:54:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-29T13:47:25.000Z (3 months ago)
- Last Synced: 2026-03-29T15:28:20.210Z (3 months ago)
- Topics: bioinformatics, databases, django, django-application, django-project, django-rest-framework, google-cloud, mysql-database, python, sql, variants
- Language: Python
- Homepage: https://slgvd-frontend-575906908337.asia-south1.run.app/
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sri Lanka Genetic Variation Database (SLGVD)
SLGVD is **the only primary database for genetic variant 🧬 data on Sri Lankans** hosted by the Faculty of Medicine, University of Colombo.
The 2nd iteration of SLGVD serves as an archive for single nucleotide variants (SNVs), short indels, and germline copy number variants (gCNVs). It also allows users to search for variants using complex queries. Moreover, it provides a platform for users to download ⬇️, upload ⬆️, edit 🖋️ and remove variant data.
The web application was developed as,
- A React application with
- A back-end implemented using Django and
- A SQL database that serves as the primary storage unit for the variation data at SLGVD.
The Django Rest Framework provides a public REST API for users to programmetically access the data in the database.
***The following repo presents the code base behind the backend of the SLGVD.***