Hello World
-
Make sure you have already installed Go and PostgreSQL.
-
Clone the repository
git clone https://github.com/Hydra-Gang/talkie-be.git
-
Install the dependencies
go get
-
Duplicate the
.env.example
file to.env
and fill the database credentials and the server port. -
Run the development server
go run .