koa-react-todo-tutorial
koa-react-todo-tutorial copied to clipboard
File missed
Please add a file backend/.env.sample with the content
NODE_ENV=development
DATABASE=mongodb://localhost:27017/local
After that everything works like a charm with locally installed mongodb. Thanks for great example!