Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kentlouisetonino/go-labs
- Owner: kentlouisetonino
- License: mit
- Created: 2024-04-27T15:05:45.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-19T11:46:56.000Z (15 days ago)
- Last Synced: 2024-12-22T08:13:45.670Z (12 days ago)
- Topics: backend-development, bash, go, golang, linux
- Language: Go
- Homepage:
- Size: 14.5 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```