https://github.com/minhuyen/loopback-docker-boilerplate
Loopback docker boilerplate
https://github.com/minhuyen/loopback-docker-boilerplate
docker loopback
Last synced: 9 months ago
JSON representation
Loopback docker boilerplate
- Host: GitHub
- URL: https://github.com/minhuyen/loopback-docker-boilerplate
- Owner: minhuyen
- Created: 2017-12-12T03:10:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T10:12:10.000Z (about 7 years ago)
- Last Synced: 2025-04-18T06:51:11.980Z (9 months ago)
- Topics: docker, loopback
- Language: JavaScript
- Homepage:
- Size: 784 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loopback docker boilerplate #
A boilerplate for a application using loopback
### Features ###
* User Registration
* Basic Authentication with username and password
* Admin use [admin-on-rest](https://github.com/marmelab/admin-on-rest)
* Oauth 2.0 Authentication
* Facebook
### Pre-requisites ###
* [Docker (at least 1.10)](https://www.docker.com/)
* [Docker-compose (at least 1.6)](https://docs.docker.com/compose/install/)
### Getting Started ###
To get up and running, simply do the following:
$ git clone https://github.com/minhuyen/loopback-docker-boilerplate.git
$ cd loopback-docker-boilerplate
# build docker images
$ docker-compose build
$ docker-compose up
* api explorer: http://localhost:3000/explorer
* admin: http://localhost:3000