Translated repository from the original Anify to use GoLang, an objectively good coding language :D
You will need to install Go to run this as well as have a PostgreSQL database.
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"
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