dev-xero / go-web-server

Fast web server that connects to a remote render postgreSQL database instance and uses the gorilla mux framework, written in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO WEB SERVER

A fast web server that connects to a remote render postgreSQL database and uses the mux framework.

Running locally

The server requires a valid postgreSQL database connection string, stored in your .env file. I've setup a taskfile to automatically format and run the webserver using the command:

task serve

Note: you need to have Task installed locally.

About

Fast web server that connects to a remote render postgreSQL database instance and uses the gorilla mux framework, written in GO


Languages

Language:Go 100.0%