IndecipherableSuggestions / RoadTripify

0 stars 5 forks source link

Stories in Ready

RoadTripify

Team

Table of Contents

  1. Screenshots
  2. Usage
  3. Requirements
  4. Development
    1. Installing Dependencies
    2. Tasks
  5. Team
  6. Contributing

Screenshots

Alt text Alt text

Usage

Software Stack

Dependencies

Development Dependencies

Development

Installing Dependencies

From within the root directory:

npm install

Building dist files with webpack and starting mongoDB and node server

Front end:

npm run dev

Back end:

npm run build
npm start

Make a copy of apiKeys.example.js, name it apiKeys.js, and add Google Maps and AccuWeather API keys.

To populate mongoDB with archived playlists:

mongod

Visit website at localhost:8888 Log in with Spotify A Spotify access token will be logged to the console window where the server is running Copy it and paste it into src/config/apiKeys.js

node server/db/populateMoodDB.js

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.