logotip4ik / eliftech-go-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First version of server in go

Also is my first time creating something in go

Getting started

  1. Setup your database (i am using docker):
$ docker-compose up -d
  1. Then just start up the server, if you have go installed:
$ go run main.go

Tech used:

  • go as backend language
  • gin as web server
  • gorm as orm, for connecting to db (postgres in my case)

Finally

As a JavaScript developer, this was a bit painful, especially after using some of really awesome tech like sails.js or express.js in connection with the best orm (in my opinion) called prisma

About


Languages

Language:Go 100.0%