Skip to content

AshutoshKumar/swagger-travel-groups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

swagger-travel-groups

by Noah Dietz and Linjie Peng

Travel Groups is a group travel planning application that allows its users to create travel plans, invite their friends to travel with them and determine the optimal mode of transportation for their trip.

swagger-ui

In order to view the Travel Groups API, start the project by running the following command in the travel-groups directory:

npm start

Then, in your browser, navigate to the following url:

http://localhost:10010/docs

This will open the Travel Groups API for viewing.

travel-groups testing

The testing stack is made up of Mocha, Chai and SuperTest

In order to run the testing suite for the Travel Groups API, run the following command:

npm test

The following output is the result of the all the test files.

Travis CI

This project is also hosted on Travis CI for repository test coverage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%