ctse4858
v1.0.0
Published
build_image = docker build -t app . run_image = docker run -dp 3000:3000 app
Readme
build_image = docker build -t app . run_image = docker run -dp 3000:3000 app
api_url = http://localhost:3000/api/v1/todo DB_URL=mongodb+srv://LahiruPrasad12:[email protected]/?retryWrites=true&w=majority
