jinwoo1225 / T2T-GO

T2T-Server Go Gin-gonic implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T2T Server - GO

A GO gin implementation of Tutor2Tutee Server

Folder Structure

.
├── README.md
├── header.jpeg
├── controllers
│   └── student.go
│   └── teacher.go
├── db
│   └── db.go
├── middlewares
│   └── cors.go
├── tests
│   └── test.go
├── models
│   └── student.go
│   └── teacher.go
├── routers
|   ├── router.go
│   └── student.go
│   └── teacher.go
└── main.go

Installation

Install the go.mod dependencies using the following command

go build

Development setup

Use gow to watch over changes

gow run .

Run

Now enter the address into your browser

http://localhost:8080

About

T2T-Server Go Gin-gonic implementation


Languages

Language:Go 100.0%