fanchann / wikipedia_api

api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Golang API wikipedia

Tech Stack

  • Golang
  • Mysql (Database)

Framework & Library

  • fiber
  • gorm
  • viper
  • logrus
  • validators

Configuration

Check .env.example

API SPEC

check /api/api-spec.json

Run Migration

dbmate

make dbmate.up

Run web Server

go run cmd/main.go

About

api


Languages

Language:Go 99.2%Language:Makefile 0.8%