Skip to content

Commit

Permalink
Increasing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clbcabral committed Jun 5, 2018
1 parent aa6a605 commit ebcd1d7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Simple VueJS + Parse Server + Parse Dashboard + Mongo, on Docker containers.

## Build Setup
Here we have a simple VueJS application that is using Parse Server as an API server. Following Parse Server, are Parse Dashboard and MongoDB. Everything is contained in a docker-compose project to enhance the setup.

## Configuration

All attributes like passwords, URL connections, etc, are contained in [.env](https://github.com/clbcabral/docker-vuejs-and-parse-server/blob/master/.env) file. Specific Parse Server configurations are present [config.json](https://github.com/clbcabral/docker-vuejs-and-parse-server/blob/master/docker/builds/parse/config/config.json) file. Change both before performing the docker build.

You can also add your Parse cloud code on [main.js](https://github.com/clbcabral/docker-vuejs-and-parse-server/blob/master/docker/builds/parse/cloud/main.js) file.

## Build Setup and Run

``` bash
# build containers
Expand All @@ -12,4 +20,4 @@ docker-compose up -d

Test on [http:https://localhost:80](http:https://localhost:80).

Parse dashboard is also avaliable on port [http:https://localhost:4040](http:https://localhost:4040)
Parse dashboard is also avaliable on port [http:https://localhost:4040](http:https://localhost:4040)

0 comments on commit ebcd1d7

Please sign in to comment.