Sign inSign up

bptlab/rembrandt-backend

By bptlab

•Updated almost 7 years ago

Image
0

1.0K

bptlab/rembrandt-backend repository overview

⁠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⁠.

Tag summary

Content type

Image

Digest

Size

51 MB

Last updated

almost 7 years ago

docker pull bptlab/rembrandt-backend