Skip to content

vngrs/contacts-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VNGRS Contacts Challenge

This repo contains test environment of the VNGRS Contacts Challenge. You don't need to use this tools to code, compile or test your project however we will. So this step is completely optional but recommended.

You can find:

  • A Vagrant file which will be used to create test enviroment (more info)
  • A sample XML file that will be used to test the challenge.

PS: A much bigger XML file also will be used for testing.

Setup

All you need to do is cloning the repo and provisioning the vagrant;

$ git clone https://github.com/vngrs/contacts-challenge.git vngrs-contacts-challenge
$ cd vngrs-contacts-challenge
$ vagrant up

After that you can connect VM with;

$ vagrant ssh

Remember all files in vngrs-contacts-challenge folder will be synchronized with the VM's \vagrant folder.

Releases

No releases published

Packages

No packages published