- fork and clone this repo
- open root directory in terminal
- run
npm install
to install dependencies
npm start
to launch servernpm test
to start test
- set up express server
- general route ('/') added with welcome message
- added routes for /search/:query & /search/random/:query
- added cors, body-parser, axios packages
- added axios functions to get data from external api
- added helper functions for formatting and randomizing data
- create review branch
- create server
- get request to return result to client
- get request to return result from external search api
- data formatters
- test server
- test get requests
- test external api calls
- test helper functions