Basic, simple, scalable :)
go run main.go
Implement database using DAO
struct.
Currently using Google Cloud's Firebase.
// Firebase Walkthrough (https://firebase.google.com/docs/admin/setup#initialize-sdk)
// SDK Setup (https://firebase.google.com/docs/admin/setup#go)
- Create a project in Firebase. (https://console.firebase.google.com/)
- Create a service account.
- Download the service account's private key.
Go to
Click on your New Project
->Project Settings
->Service Accounts
->Generate new private key
. - Rename the private key to
secret.json
and place it in the root directory.
- gin
- melody
- go-away