This was a Full Stack Web Application using React and Express. View demo: https://itunessearchwithapi.herokuapp.com/
Table of Contents
- Itunes Search Api created for searching iTunes
- Search any Music, Audiobooks, Podcasts, Movies, eBooks or Apps
- Save them in your favorites
- Delete favourites
cdinto the backend/main folder of this application- type in
npm installinto your terminal - type in
npm startinto your terminal to run the backend of the application - open up another terminal and
cdto the frontend directory of this application - type in
npm installinto your terminal - type in
npm startto run the frontend of the application
- To run the test modules:
-
cdinto the backend/main folder of this application -
Type
npm testinto console to run server tests. -
cdinto frontend folder of this application -
Type
npm testinto console to run frontend tests.
-
- This app uses the npm helmet module for security
- API keys hide in an .env file
-This project was part of a Full Stack Web Developer course at HyperionDev. -by Ashleigh Williams