GO API with Fiber

Getting Started

Run locally

Local Development

  • install GO Lang Binary
    • used for VSCode tooling
    • Mac users make sure you get the correct version (amd | arm)
  • VSCode GO extension
  • current Docker setup will automatically recompile on save

Running API

  • Default port is 7777 which is set in the .env on root
  • in terminal run docker-compose up -d which will build and run the app

Postman Collection

  • Postman collection is included in this repo
    • Go Fiber
    • Star Wars API
  • Collection

Docs