The purpose of this project was to create a website that allows users find recommendations of songs and artists based on the spotify API.
To get a copy of these repository install git bash, open it from the command line and use $ git clone: https://github.com/ne-cabrera/music-discoverer.git
Then, open the root directory and run
$ npm install
npm, mongo and meteor. You can go to nodeJs' web site and dowload the installer: https://nodejs.org/es/ Be sure to select the install npm option and the addToPATH option during the installation process.
Secondly, install mongoDB in your local environment. Follow the instructions on the link below to get it:
https://docs.mongodb.com/manual/administration/install-community/
Checklist
NodeJS
MongoDB
meteor
Go to the root directory and run the npm install command.
$ npm install
Go to the root directory and run the meteor command.
$ meteor
- React - The javascript library used to develop the front-end.
- NPM - Dependency Management
- Meteor - The web framework used.
- MongoDB - The databased used.
-
Nicolás Cabrera - ne-cabrera
-
Juan Diego González - jdgonzaleza
This project is licensed under the MIT License - see the LICENSE.md file for details