Private radio stations to listen together even when afar.
Also learning React and Redux with best practices along the way.
Built using React Native, Redux, NodeJS, Express, MongoDB, Mongoose, Facebook SDK, Spotify API, Node-Cron, WebSockets
git clone https://github.com/dyang108/spotqueue.git
npm install
mongod
cd server
nodemon index.js
API_URL='http://localhost:8000' npm start
- You might need to install the facebook sdk here. Make sure you put it in ~/Documents/FacebookSDK *
This project follows standard style.
- break up styles file
- use style constants (TODO)
- redux
- presentational components do not
connect()
- do not use
subscribe()
directly
- presentational components do not
- models separate from apis on server side
- only use one ID for documents in the database