https://github.com/jroliveira/scooby-api
🐾 Scooby (api) :dog:
https://github.com/jroliveira/scooby-api
docker-compose koa2 neo4j nodejs typescript
Last synced: 3 months ago
JSON representation
🐾 Scooby (api) :dog:
- Host: GitHub
- URL: https://github.com/jroliveira/scooby-api
- Owner: jroliveira
- License: mit
- Created: 2017-01-10T13:21:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T21:59:59.000Z (over 9 years ago)
- Last Synced: 2025-03-25T10:44:43.494Z (over 1 year ago)
- Topics: docker-compose, koa2, neo4j, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scooby (api)
[](https://codeclimate.com/github/jroliveira/scooby-api)
[](https://www.bithound.io/github/jroliveira/scooby-api)
[](https://www.bithound.io/github/jroliveira/scooby-api)
[](https://www.bithound.io/github/jroliveira/scooby-api/master/dependencies/npm)
[](https://travis-ci.org/jroliveira/scooby-api)
### Pre requirements
* [Node.js](https://nodejs.org/en/)
* [Docker Compose](https://docs.docker.com/compose/install/)
### Installing
``` bash
$ git clone https://github.com/jroliveira/scooby-api.git
```
### Configuration
Verificar a issue [Configurar primeiro acesso do Neo4j](https://github.com/jroliveira/scooby-api/issues/1) para configurar o primeiro acesso a aplicação.
Assim que a issue for resolvida, acredito que este passo não existirá mais.
### Building
``` bash
$ docker-compose rm --all &&
> docker-compose pull &&
> docker-compose build --no-cache &&
> docker-compose up -d --force-recreate
```
### How to use it
``` bash
$ docker-compose up
```
### Contributions
1. Fork it
2. git checkout -b
3. git add --all && git commit -m "feature description"
4. git push origin
5. Create a pull request