Skip to content

Stosyk/openapi-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stosyk OpenAPI Specifications

Build Status

Links

Warning: specs link is updated only after Travis CI finishes deployment

Working on specifications

Install

  1. Install Node JS
  2. Clone repo and cd
    • Run npm install

Usage

  1. Run npm start
  2. Checkout console output to see where local server is started.
  3. Make changes in resources or web
  4. All changes are immediately propagated to your local server
  5. Once you finish with the changes you can run tests using: npm test
  6. Push changes to GitHub