Skip to content

Centralized search API / API de búsquedas centralizadas

Notifications You must be signed in to change notification settings

serter95/centralServicesBackend

Repository files navigation

centralServicesBackend

English

This API searches 3 different services and displays them in a single path in a standardized way.

Installation

Before running the project make sure you have installed nodeJs, npm and yarn (optional).

Please execute the following commands on your terminal:

  1. git clone https://github.com/serter95/centralServicesBackend.git

  2. cd centralServicesBackend

  3. cp .env.example .env (Windows: copy .env.example .env)

  4. yarn install (with npm: npm install)

  5. npx adonis key:generate

  6. yarn start (with npm: npm run start)

Documentation

To test the backend path enter the documentation in the following URL: http://localhost:3333/docs

Español

Esta API realiza búsquedas en 3 diferentes servicios y los muestra en una única ruta de manera estandarizada.

Instalación

Antes de ejecutar el proyecto asegurese de tener instalado nodeJs, npm y yarn (opcional).

Por favor ejecute los siguientes comandos en la terminal:

  1. git clone https://github.com/serter95/centralServicesBackend.git

  2. cd centralServicesBackend

  3. cp .env.example .env (para Windows: copy .env.example .env)

  4. yarn install (con npm: npm install)

  5. npx adonis key:generate

  6. yarn start (con npm: npm run start)

Documentación

Para probar la ruta del backend ingrese a la documentación en la siguiente URL: http://localhost:3333/docs

About

Centralized search API / API de búsquedas centralizadas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published