Skip to content

cyruzin/hexagony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

378b626 · Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Jul 31, 2022
Dec 26, 2023
Jul 31, 2022
Aug 1, 2022
Feb 19, 2020
Jul 31, 2022
Jul 6, 2022
Dec 26, 2023
May 9, 2019
Dec 26, 2023
Jul 31, 2022
Dec 26, 2023
Dec 26, 2023
Jun 24, 2022
Jul 7, 2022

Repository files navigation

build Coverage Status Go Report Card GitHub license

Welcome to Hexagony Records! Hexagony name was taken from one of the Hate's songs. Hate is a death metal band from Poland.

Running

First rename the .env_example file to .env and fill the variables if you want.

Next, make sure you have Docker and Docker Compose installed and then run the following command:

$ docker-compose up --build

Or in Detached Mode:

$ docker-compose up -d --build

Then, check the app up and running: http://localhost:8000.

Documentation

Access: http://localhost:8000/docs/index.html

Generate doc:

$ swag init -g ./cmd/server/main.go

Schema

Download the schema inside docs folder and import in your Insomnia application or another request tool. You need to specify Authorization header along with the Bearer token.

Generate Token

Use the following credentials:

User: john@doe.com

Pass: 12345678

Front-End Application

Check the Hexagony front-end: https://github.com/williamscalado/hexagony-front-react