Branch | Build status |
---|---|
master | |
develop |
Run docker container which requires an external MongoDB instance (e.g. running on localhost):
docker pull lockbox/lockbox.server
docker run -p 5000:5000 lockbox.server
Or use the docker compose:
git clone https://github.com/Lockbox-stack/Lockbox.Server
docker-compose up
Open the web browser at http://localhost:5000 - Lockbox API should be up and running!
For more information please navigate to the main Lockbox repository.