Mongodb + Express Server Run with docker: Make sure to have these environment variables defined: MONGODB_URI=mongodb://database/<your collection name> TOKEN_SECRET=<your secret> Then, run this command: $ docker-compose up aaaand you're good to go