5 minutes Parse-Server with Parse-Dashboard local, on Vagrant.
This will get you running Parse-Server and Parse-Dashboard as Express middleware on a Vagrant ubuntu-16.04 virtual machine. On top, as a proces manager for Node.js, we'll run PM2.
For you local machine you'll need only:
- [Vagrant](https://www.vagrantup.com/) ~2.0.1
- [VirtualBox](https://www.virtualbox.org/) ~5.1.30
Clone this repo
git clone https://github.com/zalog/vagrant-parse-server.git
cd vagrant-parse-server
Build the virtual machine
vagrant up
That's it!
Parse-Server
Parse-Dashboard:
- http://localhost:4040/dashboard/
- user: admin
- pass: admin
Please read angular's CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
- Catalin Zalog - zalog.ro
This project is licensed under the MIT License - see the LICENSE.md file for details