Skip to content

rumoursbehindme/fastify-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music-Player Server 🎵

Fastify the backend server for handling authentication details authorization and API handling.

Setup source code 🚀

  1. Clone repository

      git clone https://github.com/rumoursbehindme/fastify-server.git
  2. Install packages

      Yarn install

Setup Configurations 🔧

  • Create an application with the name of your choice.

    • Take the redirect_uri from the source code - /config/client.INI file
    • And paste it into the redirect URI option.
    • Select web API SDK.
    • Create the application and go to settings
    • Take the client ID and client secret and replace them with the client.INI file's client ID and client secret

Deployment 🚀

  • To deploy this project in development mode run :

      yarn dev
  • To build javascript build run :

      yarn build
  • To deploy the project in production mode run :

      yarn start

About

User must be registered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published