Please download latest version of applications below considering operating systems.
- Vagrant / https://www.vagrantup.com/downloads.html
- VirtualBox / https://www.virtualbox.org/wiki/Download_Old_Builds_5_1
- Make sure requirements are done and clone this repository to your environment &
cd
into the project root. vagrant up
to provision the virtualbox VM
vagrant ssh
to go into the virtual machinecd /vagrant/app
python FlaskApp.py
to start the development server- Point your browser to http://0.0.0.0:4000
Note: For all configuration details,'Vagrantfile'can be checked further.