Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.4 KB

CircleCI

Simple VueJS + Parse Server + Parse Dashboard + Mongo, on Docker containers.

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 file. Specific Parse Server configurations are present config.json file. Change both before performing the docker build.

You can also add your Parse cloud code on main.js file.

Build Setup and Run

# build containers
docker-compose build

# run
docker-compose up -d

Test on https://localhost:80.

Parse dashboard is also avaliable on port https://localhost:4040

Enjoy it!

License

The project is available as open source under the terms of the MIT License.