https://github.com/bptlab/rembrandt-backend

The back end for the Rembrandt Resource-Management-Platform.

https://github.com/bptlab/rembrandt-backend

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

The back end for the Rembrandt Resource-Management-Platform.

Basic Info
  • Host: GitHub
  • Owner: bptlab
  • License: mit
  • Language: TypeScript
  • Default Branch: master
  • Size: 423 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 9
  • Releases: 5
Created almost 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Rembrandt Backend

alt text

Backend service for the Rembrandt Resource-Management-Platform.

Deployment

  1. Please follow the deployment instructions under https://github.com/bptlab/rembrandt.

Development

  1. Make sure you have NodeJS and npm installed.
  2. Clone the repository git clone https://github.com/bptlab/rembrandt-backend cd rembrandt-backend
  3. Install the dependencies npm install
  4. Start the app npm start
  5. Server is running on http://localhost:3000.

Building Docker Images manually

  1. Login to your docker account docker login
  2. Build the image docker build -t bptlab/rembrandt-backend:latest .
  3. Test the image docker run -p 3000:3000 bptlab/rembrandt-backend:latest
  4. Push the image docker push bptlab/rembrandt-backend:latest

License

Copyright (c) 2019

Licensed under the MIT license.

Owner

  • Name: Business Process Technology
  • Login: bptlab
  • Kind: organization
  • Location: Potsdam, Germany

Business Process Technology @ Hasso Plattner Institute, University of Potsdam

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 37
  • Total pull requests: 49
  • Average time to close issues: 11 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.19
  • Average comments per pull request: 0.0
  • Merged pull requests: 47
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MaximilianV (24)
Pull Request Authors
  • MaximilianV (21)
  • friedow (4)
  • Munin33 (2)
Top Labels
Issue Labels
Epic (3) bug (1)
Pull Request Labels
bug (4) enhancement (2)

Dependencies

Dockerfile docker
  • node alpine build
package.json npm
  • @types/cors ^2.8.5 development
  • @types/dockerode ^2.5.19 development
  • @types/express ^4.16.1 development
  • @types/jsonapi-serializer ^3.6.1 development
  • @types/mongoose ^5.3.27 development
  • @types/nanoid ^2.0.0 development
  • @types/swagger-ui-express ^3.0.0 development
  • nodemon ^1.18.11 development
  • swagger-jsdoc ^3.2.9 development
  • ts-node ^8.1.0 development
  • tslint ^5.16.0 development
  • typescript ^3.4.5 development
  • axios ^0.19.0
  • body-parser ^1.19.0
  • cors ^2.8.5
  • dockerode ^2.5.8
  • express ^4.16.4
  • jsonapi-serializer ^3.6.4
  • mongoose ^5.5.5
  • nanoid ^2.0.3
  • reflect-metadata ^0.1.13
  • swagger-ui-express ^4.0.2
  • tsconfig-paths ^3.8.0
  • tslib ^1.9.3
  • typegoose ^5.6.0
  • winston ^3.2.1