Skip to content

eunkenlow/golang-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang REST Api Boilerplate

Introduction

Simple REST api boilerplate with firebase user authentication

Setup

  • Add firebase json file to root folder
  • Clone .env sample and fill in values
  • Create PostgreSQL database

Getting Started

  1. Start with make setup to initialize migrations and install dependencies.
  2. Run make to start the server.

Backend Tech Stack

  • Golang with Chi router
  • PostgreSQL
  • Firebase Authentication

Todo

  • Convert to use go mods.
  • Create makefile to run migrations and start server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published