shubhamgoyalll / Assignment

Basic CRUD operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

clone the application with git clone

then install the npm modules using

npm install

Running the application

npm start

Building docker image

docker build -t imagename:version.

Running docker container

3000 port is given since the docker file contains 3000 port docker run -it -d -p :3000 imagename:version

About

Basic CRUD operations


Languages

Language:JavaScript 56.5%Language:HTML 41.9%Language:Dockerfile 1.6%