Giter Site home page Giter Site logo

harpa-api's Introduction

Harpa API

API RESTful para acessar hinos da Harpa Cristã.

Recursos

  • Endpoints:
    • Listar todos os hinos (GET /hymns)
    • Obter hino por ID (GET /hymns/:id)
    • Buscar por título (GET /hymns/search/title/:query)
    • Buscar por estrofe (GET /hymns/search/verse/:query)
    • Buscar por número (GET /hymns/search/number/:number)
    • Obter hino aleatório (GET /hymns/random)

Tecnologias

  • Node.js v16+
  • Express
  • MongoDB

Instalação e Uso

  1. Requisitos: Node.js e MongoDB instalados.
  2. Clonar: git clone https://github.com/rxpt/harpa-api.git
  3. Instalar: npm install (dentro do diretório do projeto)
  4. Configurar:
    • Copiar .env.example para .env
    • Editar .env com suas configurações
  5. Popular o banco de dados:
  6. Iniciar: npm start

Middleware

  • cors: Permite requisições de origens diferentes.
  • helmet: Segurança através de cabeçalhos HTTP.
  • express.json(): Interpreta o corpo das requisições como JSON.
  • errorHandler: Tratamento de erros personalizado.
  • express-validator: Validação de parâmetros e queries.

harpa-api's People

Contributors

x1db avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.