Skip to content

ArturM94/card-validation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card validation api as a test task

Using Golang v1.22.0

How to start with Docker

Build the image

docker build --tag card-validation-api .

Run the container

docker run -p 8080:8080 --name card-validation-api card-validation-api

How to start locally

Run tests

go test ./... -v

Run the server

go run .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published