Skip to content

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

License

Notifications You must be signed in to change notification settings

martineboh/docker-vuejs-and-parse-server

 
 

Repository files navigation

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 http://localhost:80.

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

Enjoy it!

License

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • Vue 16.8%
  • HTML 1.1%
  • Dockerfile 0.5%