Skip to content

Eltik/Anify-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anify-Go

Translated repository from the original Anify to use GoLang, an objectively good coding language :D

Installation

You will need to install Go to run this as well as have a PostgreSQL database.

.env File

Before running the project, please setup your .env file.

# PostgreSQL database URL.
DATABASE_URL=""

Ensure that you have all the correct fields. An example of a filled-out .env file is below.

DATABASE_URL="postgresql://postgres:password@localhost:5432"

Running the Project

Simply just run:

$ go run .

The project is a work-in-progress and I am also very new to Go. This entire repository, as of 10/25/2024, was made when I learned go approximately 2 days ago. This is purely for testing and for fun. Anyways, enjoy my scuffed code :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages