App to test API endpoints and responses.
Technologies used:
-
React
-
Gulp, ESLint, Webpack, Babel
-
Node.js
-
Express.js
-
Mocha, Chai
To run project:
git clone
npm install
.- Start the server using
node
ornodemon
onserver/server.js
. - Build the React code using
gulp build
, and then navigate tolocalhost:6789
in the browser. - To run the Mocha and Chai tests on the server, use
npm run test
in the project folder in terminal.