Skip to content

stevenxngo/statify-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statify Node App

A simple Node.js app that uses the Spotify API to display a user's top artists and tracks. Made in conjunction with a React.js frontend.

Getting Started

Prerequisites

Local Installation

  1. Clone the repo
    git clone
  2. Install NPM packages
    npm install
  3. Create a .env file in the root directory and add the following:
    NODE_ENV="development"
    CLIENT_ID=your_client_id
    FRONTEND_URI=http://localhost:3000 # or your frontend URI
    DB_CONNECTION_STRING=your_mongodb_connection_string
  4. Start the app
    npm start
  5. Follow the instructions in the React.js frontend repo

Usage

See the React.js frontend repo

License

Distributed under the MIT License. See LICENSE for more information.

About

Node backend for Spotify stat tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published