Skip to content

r1cm3d/cards

Repository files navigation

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