Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theghostmac committed Oct 18, 2023
1 parent fe42eec commit 674d9e1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Bankie.go is a simple banking application built with Go programming language. It

Bankie.go can be installed using one of the following methods:

<tabs>
<tab title="Makefile">
### Installation with Makefile

To run Bankie.go using the Makefile, make sure you have Go and Make installed on your system. Then, follow these steps:
Expand All @@ -34,7 +36,8 @@ To run Bankie.go using the Makefile, make sure you have Go and Make installed on
```shell
make run
```

</tab>
<tab title="Docker">
### Installation with Docker

To run Bankie.go using Docker, make sure you have Docker installed on your system. Then, follow these steps:
Expand All @@ -56,6 +59,9 @@ To run Bankie.go using Docker, make sure you have Docker installed on your syste
docker run -p 8080:8080 bankie
```

</tab>
<tab title="Cloning the Repository">

### Installation by Cloning the Repository

To run Bankie.go by cloning the repository, make sure you have Go installed on your system. Then, follow these steps:
Expand All @@ -77,6 +83,9 @@ To run Bankie.go by cloning the repository, make sure you have Go installed on y
./bankie.go
```

</tab>
</tabs>

## Usage

Once the application is running, you can interact with it using a RESTFul API. The following endpoints are available:
Expand Down

0 comments on commit 674d9e1

Please sign in to comment.