LahiruPrasad12 / docker_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:Lahiru12@cluster0.n1wciok.mongodb.net/?retryWrites=true&w=majority

About


Languages

Language:JavaScript 97.3%Language:Dockerfile 2.7%