Backend service for the Rembrandt Resource-Management-Platform.
- Please follow the deployment instructions under https://github.com/bptlab/rembrandt.
- Make sure you have NodeJS and npm installed.
- Clone the repository
git clone https://github.com/bptlab/rembrandt-backend cd rembrandt-backend
- Install the dependencies
npm install
- Start the app
npm start
- Server is running on http://localhost:3000.
- Login to your docker account
docker login
- Build the image
docker build -t bptlab/rembrandt-backend:latest .
- Test the image
docker run -p 3000:3000 bptlab/rembrandt-backend:latest
- Push the image
docker push bptlab/rembrandt-backend:latest
Copyright (c) 2019
Licensed under the MIT license.