Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.26 KB

README.md

File metadata and controls

75 lines (61 loc) · 2.26 KB

cards

Rust version GitHub GitHub commit activity GitHub issues GitHub closed issues Twitter Follow

TL;DR:

make run

Prerequisites

Docker Docker-compose GNU Make GNU Bash terraform shfmt aws-cli

Table of Contents

About The Project

Web server application that provides a repository for debit and credit cards

Getting Started

To run this project locally you must have the technologies as the prerequisites section

Initializing

It will create the container and all dependencies

make init

Linting

make lint

Formatting

make fmt

Testing

make test

Running

Build all dependencies and run

make run

Stopping

Stop containers

make down