strapi-api
A backend API powered by Strapi, designed to manage and serve content within the Cherita infrastructure
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Repository
A backend API powered by Strapi, designed to manage and serve content within the Cherita infrastructure
Basic Info
- Host: GitHub
- Owner: haniffalab
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://strapi-api-dot-haniffa-lab.nw.r.appspot.com
- Size: 1.36 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 14
Metadata Files
README.md
Cherita Strapi API
A backend API powered by Strapi, designed to manage and serve content within the Cherita infrastructure. It provides structured data storage, API endpoints, and authentication for applications consuming data.
Installation
To install dependencies, run:
sh
npm install
Then, copy .env.example to .env and update the environment variables accordingly.
Development
To start the Strapi application in development mode (with auto-reload enabled):
sh
npm run develop
This will launch the Strapi admin panel and expose API endpoints.
Production
To start the Strapi application in production mode:
sh
npm run start
Ensure that the .env file is properly configured before running in production.
Building the Admin Panel
To build the Strapi admin panel for deployment:
sh
npm run build
This command compiles the admin UI for production use.
Deployment
The Cherita Strapi App is deployed using Google Cloud App Engine. The following GitHub Actions handle deployments:
- Production Deployment: deploy
- Development Deployment: deploy-dev
Environment Variables
The application requires several environment variables for configuration. Ensure these are set in your .env file:
sh
APP_KEYS="your-app-keys"
API_TOKEN_SALT="your-api-token-salt"
ADMIN_JWT_SECRET="your-admin-jwt-secret"
JWT_SECRET="your-jwt-secret"
TRANSFER_TOKEN_SALT="your-transfer-token-salt"
SENDGRID_API_KEY="your-sendgrid-api-key"
GCS_BUCKET_NAME="your-gcp-bucket-name"
GCS_BASE_PATH="your-gcp-base-path"
GCS_BASE_URL="https://storage.googleapis.com/your-gcp-bucket-name"
GCS_PUBLIC_FILES=true
GCS_UNIFORM=false
GCS_SERVICE_ACCOUNT="your-gcp-service-acocunt-json"
Owner
- Name: Haniffa Lab
- Login: haniffalab
- Kind: organization
- Location: Newcastle upon Tyne
- Website: https://haniffalab.com/
- Twitter: haniffalab
- Repositories: 26
- Profile: https://github.com/haniffalab
Based in the Newcastle University Biosciences Institute, we apply disruptive techniques to understand how the immune system develops and maintains health
Citation (CITATION.cff)
cff-version: 1.2.0
type: software
message: "If you use this repo, please cite it"
title: "@haniffalab/cherita-react"
abstract: "React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data."
version: "1.2.0"
url: "https://github.com/haniffalab/cherita-react"
repository-code: "git@github.com:haniffalab/cherita-react.git"
doi: 10.5281/zenodo.14244809
license: "MIT"
authors:
- family-names: "Basurto-Lozada"
given-names: "Daniela"
orcid: "https://orcid.org/0000-0003-3943-8424"
- family-names: "Horsfall"
given-names: "David"
orcid: "https://orcid.org/0000-0002-8086-812X"
GitHub Events
Total
- Create event: 30
- Release event: 6
- Issues event: 8
- Delete event: 27
- Issue comment event: 1
- Push event: 103
- Pull request review event: 31
- Pull request event: 66
Last Year
- Create event: 30
- Release event: 6
- Issues event: 8
- Delete event: 27
- Issue comment event: 1
- Push event: 103
- Pull request review event: 31
- Pull request event: 66
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 5
- Total pull requests: 38
- Average time to close issues: 14 days
- Average time to close pull requests: 14 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.2
- Average comments per pull request: 0.0
- Merged pull requests: 26
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 37
- Average time to close issues: 14 days
- Average time to close pull requests: 3 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.2
- Average comments per pull request: 0.0
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- davehorsfall (5)
Pull Request Authors
- dannda (38)
- davehorsfall (11)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 1429 dependencies
- @strapi/plugin-graphql ^4.5.5
- @strapi/plugin-i18n 4.5.5
- @strapi/plugin-users-permissions 4.5.5
- @strapi/strapi 4.5.5
- better-sqlite3 7.4.6
- actions/checkout v3 composite
- google-github-actions/auth v2 composite
- google-github-actions/deploy-appengine v2 composite