Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aphp/cohort360-back-end
Backend of the Cohort360 web app @ https://github.com/aphp/Cohort360-FrontEnd and the Administration Portal @ https://github.com/aphp/Cohort360-AdministrationPortal
https://github.com/aphp/cohort360-back-end
administration api cohort portal
Last synced: 27 days ago
JSON representation
Backend of the Cohort360 web app @ https://github.com/aphp/Cohort360-FrontEnd and the Administration Portal @ https://github.com/aphp/Cohort360-AdministrationPortal
- Host: GitHub
- URL: https://github.com/aphp/cohort360-back-end
- Owner: aphp
- License: apache-2.0
- Created: 2020-10-05T15:34:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T14:07:11.000Z (about 1 month ago)
- Last Synced: 2024-11-20T14:28:31.173Z (about 1 month ago)
- Topics: administration, api, cohort, portal
- Language: Python
- Homepage:
- Size: 2.4 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/aphp/Cohort360-Back-end/workflows/main/badge.svg)](https://github.com/aphp/Cohort360-Back-end/actions)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=aphp_Cohort360-Back-end&metric=alert_status)](https://sonarcloud.io/dashboard?id=aphp_Cohort360-Back-end)
![image](https://img.shields.io/badge/Python-3.11-blue/?color=blue&logo=python&logoColor=9cf)
![image](https://img.shields.io/badge/Django-5.0-%2344b78b/?color=%2344b78b&logo=django&logoColor=green)Table of Contents
## About the project
**Cohort360-Back-end** serves as the backend of two main web applications: **Portail** & [**Cohort360**](https://github.com/aphp/Cohort360).
**Portail** provides capabilities to manage and control access to EDS data (Entrepôts de Données de Santé).The main functionalities are:
* Allow users to give access to other users over patient nominative or pseudonymized data.
* Provide users with managing roles in order to allow other users to control accesses.
* Allow **Cohort360** users to export their cohorts and download them in CSV format or transfer them to Jupyter
workspaces.
* Allow admins to manage Jupyter workspaces### Built With
Here is a list of major frameworks used here.
* [Django](https://www.djangoproject.com)
* [Django REST Framework](https://www.django-rest-framework.org/)
* [PosgreSQL](https://www.postgresql.org/)
* [Redis](https://redis.io/)
* [Celery](https://docs.celeryproject.org/en/stable/)
* [DRF-YASG (Swagger Generator)](https://drf-yasg.readthedocs.io/en/stable/)## Project setup
### 1. Get the code
```sh
git clone https://github.com/aphp/Cohort360-Back-end.git
```### 2. Configuration
* Create a **.env** file in the _admin_cohort_ directory following the **.setup/.env.example** format
* Create a **perimeters.csv** file in the _.setup_ directory following the **.setup/perimeters.example.csv** format### 3. Setup
```sh
cd Cohort360-Back-end/.setup
chmod +x setup.sh
bash setup.sh
```
* Server running at: `localhost:8000`
* API details at: `localhost:8000/docs`## Deployment on local infrastructure
coming soon
## Contributing
1. Clone the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request with _main_ branch## Contact