Skip to content

A search app with react and NodeJs (Express) to use the deezer REST API

Notifications You must be signed in to change notification settings

edvaldo-domingos/deezer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deezer search react app

This is a react app with TypeScript intended to query the Deezer API. This app uses a local REST API to be used as an interface between the Deezer api and the React app. The local api is found Here.

Prerequisites

  • Node Js installed at least version 10

How to run the api

  • Clone the repo
  • On the root folder run
    npm install
  • This should install all dependencies
  • Make sure that the Local Rest API is up and running otherwise, you won't be able to query the API
  • Then run
   npm run start
  • The start script will start the app on port 3000 if available and launch the browser
  • Enjoy the APP 🎉

About

A search app with react and NodeJs (Express) to use the deezer REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages