Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 935 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 935 Bytes

Yuuki

A backend application on the HMIF UNSRI website.

Getting Started

  1. Start with cloning this repo on your local machine :
$ git clone [email protected]:HMIF-UNSRI/yuuki.git
$ cd yuuki
  1. Install MySQL, then create database named yuuki

  2. Run database migration using migrate library, read documentation here :

$ migrate -database "mysql://root:@tcp(localhost:3306)/yuuki?parseTime=true" -path migrations up

You can customize your database url with your own .env files.

  1. Start server
$ go run main.go

Connect to https://localhost:8080/api.

Contributors


Arya Yunanta