Skip to content

Kamilius/ActiveTravelAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

295dcbf · Feb 17, 2017

History

24 Commits
Jan 14, 2017
Jan 22, 2017
Jan 17, 2017
Jan 22, 2017
Jan 15, 2017
Jan 13, 2017
Jan 7, 2017
Feb 17, 2017
Jan 13, 2017
Jan 22, 2017
Jan 22, 2017
Jan 22, 2017

Repository files navigation

ActiveTravelAPI

Prerequisites

To get up and running

  • clone repository
  • go to repository directory with terminal
  • get application environment up: $ vagrant up
  • connect to environment: $ vagrant ssh
  • go to project's folder: $ cd /vagrant
  • install npm package dependencies: $ npm install
  • launch application: $ npm start
  • after launch application will be available from host machine by http://127.0.0.1:5656/api

To run endpoints tests

Available npm scripts

  • $ npm start - launches application with file change watcher.

Releases

No releases published

Packages

No packages published