madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)

Home Page:https://nodejs-express-demo.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong copy code

alisanalacam opened this issue · comments

You should modify:
cp env.example .env

To be:
cp .env.example .env
In the readme