>The Python libraries we use are listed in requirements.txt. The Ruby libraries we use are listed in Gemfile. The Node libraries we use are listed in packages.json. Python has a library installer called pip, Ruby has a library installer called gem (or bundle if you're using a virtual environment), and Node has a library installer called npm. Once you've got your languages and virtual environments set up, install the libraries like so
>You'll also need to install MongoDB, since our application uses it in addition to sqlite.
I thought the same...I feel sorry for whoever will be trying to make it run in actual - you know - production and stuff...
>You'll also need to install MongoDB, since our application uses it in addition to sqlite.
I thought the same...I feel sorry for whoever will be trying to make it run in actual - you know - production and stuff...