This API searches 3 different services and displays them in a single path in a standardized way.
-
Apple https://itunes.apple.com/search?term=search+term&limit=25&media=all
return JSON -
Tv Maze http://api.tvmaze.com/search/shows?q=searchTerm
return JSON -
Crcind http://www.crcind.com/csp/samples/SOAP.Demo.cls?soap_method=GetListByName&name=searchTerm
return XML
Before running the project make sure you have installed nodeJs, npm and yarn (optional).
Please execute the following commands on your terminal:
-
git clone https://github.com/serter95/centralServicesBackend.git
-
cd centralServicesBackend
-
cp .env.example .env (Windows: copy .env.example .env)
-
yarn install (with npm: npm install)
-
npx adonis key:generate
-
yarn start (with npm: npm run start)
To test the backend path enter the documentation in the following URL: http://localhost:3333/docs
Esta API realiza búsquedas en 3 diferentes servicios y los muestra en una única ruta de manera estandarizada.
-
Apple https://itunes.apple.com/search?term=termino+de+busqueda&limit=25&media=all
retorna JSON -
Tv Maze http://api.tvmaze.com/search/shows?q=terminoDeBusqueda
retorna JSON -
Crcind http://www.crcind.com/csp/samples/SOAP.Demo.cls?soap_method=GetListByName&name=terminoDeBusqueda
retorna XML
Antes de ejecutar el proyecto asegurese de tener instalado nodeJs, npm y yarn (opcional).
Por favor ejecute los siguientes comandos en la terminal:
-
git clone https://github.com/serter95/centralServicesBackend.git
-
cd centralServicesBackend
-
cp .env.example .env (para Windows: copy .env.example .env)
-
yarn install (con npm: npm install)
-
npx adonis key:generate
-
yarn start (con npm: npm run start)
Para probar la ruta del backend ingrese a la documentación en la siguiente URL: http://localhost:3333/docs