Git Product home page Git Product logo

project-express-api's Introduction

Project Express API

This project utilises the express with node.js to create a backend that serves the purpose of GET API service. The following are 3 endpoints that are available:

  1. "/": Display all the API endpoints and instruction on how to use them.
  2. "/songs": Display all songs with the ability to filter in query params based on genre and artist.
  3. "/songs/:songID: Display a single song based on the id in param

The problem

  • GET method: using app.get() method to handle the GET request on each endpoint.
  • Middleware: using the default middlewares for cors and parsing the body plus custom middlewares for queryparams, method and error handling.
  • express-list-endpoints: using this package to list all the routes and info.
  • EJS: using EJS to render a front-end page for the homepage.

View it live

https://wen-api-service.onrender.com/

project-express-api's People

Contributors

wwenzz avatar hippiekick avatar emolsz avatar dzc1 avatar dependabot[bot] 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.