Skip to content

carlos-jmh/miniDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniDiscord

Basic, simple, scalable :)

Example

miniDiscord-1

Usage

go run main.go

Database

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)

Setting up Firebase

  1. Create a project in Firebase. (https://console.firebase.google.com/)
  2. Create a service account.
  3. Download the service account's private key. Go to Click on your New Project -> Project Settings -> Service Accounts -> Generate new private key.
  4. Rename the private key to secret.json and place it in the root directory.

Libraries Used

  • gin
  • melody
  • go-away

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published