DEV Community

Fullstacking: Setting up MongoDB

Mark Kop on August 27, 2019

This is part of a full-stack challenge. Let's start by trying to make all layers working by themselves: React Native, NodeJS + KoaJS and MongoDB. I...
Collapse
 
arojunior profile image
Junior Oliveira

Hey Mark, I really advise you to use Docker for local databases. It's not usual to have databases installed locally in development machines.

Good luck!