Categorygithub.com/jdpx/mind-hub-api
module
0.0.0-20250126083818-7250f0c5f1ec
Repository: https://github.com/jdpx/mind-hub-api.git
Documentation: pkg.go.dev

# README

Mind Hub API

Architecture

architecture

Setup

  • Clone the project from Github
  • install Golang
    • brew install go
  • Install dependancies
    • make install
  • Install Docker
  • Install Golang-Lint
    • brew install golangci-lint

Development

  • Set GraphCMS URL in your .zshrc or .bashrc
    • GRAPH_CMS_URL=https://api-eu-central-1.graphcms.com/v2/{GraphCMSAPIKey}
  • Start local DynamoDB
    • make run/local-dynamo
  • Run local API
    • make run/api

Commands

  • Run tests
    • make run/tests
  • Run linter
    • make lint
  • Regenerate GraphQL Schema
    • make generate/graphql

# Packages

No description provided by the author
No description provided by the author
No description provided by the author