Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 409 Bytes

File metadata and controls

8 lines (6 loc) · 409 Bytes

Go Fiber GraphQL Demo

A simple implementation of the fiber webframe work with a GraphQL Api and simple log in web all using Golang. The goal is to learn Fiber and have good base starting project for any new projects using Golang and Fiber

Technology:

  • Frontend: Go Fiber Pages
  • Backend: Go Fiber using GraphQL to obtain data from the database
  • Database: Postgres but could be mongo if I wanted