wildlingjill / api_tester

An API testing site built with React, hosted at:

Home Page:http://papirus.jillcrobinson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Papirus - API testing app

App to test API endpoints and responses.

Technologies used:

  • React

  • Gulp, ESLint, Webpack, Babel

  • Node.js

  • Express.js

  • Mocha, Chai

To run project:

  1. git clone
  2. npm install.
  3. Start the server using node or nodemon on server/server.js.
  4. Build the React code using gulp build, and then navigate to localhost:6789 in the browser.
  5. To run the Mocha and Chai tests on the server, use npm run test in the project folder in terminal.

About

An API testing site built with React, hosted at:

http://papirus.jillcrobinson.com


Languages

Language:JavaScript 98.2%Language:HTML 1.8%