An open API service indexing awesome lists of open source software.

https://github.com/tutorialedge/beginners-guide-project


https://github.com/tutorialedge/beginners-guide-project

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Beginner's Project
====================

## Running Locally

If you want to run this application locally then run the following command:

```bash
$ go run cmd/cli/main.go
```

## Build Application

In order to build this application as a binary executable we can run the following
command:

```bash
$ go build -o cli cmd/cli/main.go
```