mucahitimre / CardTransactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardTransactions

Simple payment card steps.

Requirements

Installation

  1. Pull mongo latest version:
docker pull mongo:latest
  1. Run mongo:
docker run -d -p 27017:27017 --name my-mongodb mongo

Optional

If there is mongo with the same name:

docker start my-mongodb

About


Languages

Language:C# 78.3%Language:HTML 10.4%Language:JavaScript 8.1%Language:CSS 3.2%