chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Introduce a better way to test the database #52

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

Proposed solution:

  1. Separate .env into .env for development and .env.prod for production.
  2. Locally host a mongodb instance when in development.
  3. Set up Travis CI to do the same.