Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kentlouisetonino/go-labs

My laboratory for experimenting Go.
https://github.com/kentlouisetonino/go-labs

backend-development bash go golang linux

Last synced: 8 days ago
JSON representation

My laboratory for experimenting Go.

Awesome Lists containing this project

README

        

## Go-Labs

> - A laboratory for experimenting with Go.

```bash
# API URL.
http://localhost:11000/api

# Health check route.
GET /health
```




## Setup

> - Create a `.env` file.

```sh
# Environment variables.
PORT=11000
```

> - Run the following commands below.

```bash
# Run the run script in makefile.
make run
```