Skip to content

A backend application on the UNSRI HMIF website

Notifications You must be signed in to change notification settings

HMIF-UNSRI/yuuki

Repository files navigation

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

About

A backend application on the UNSRI HMIF website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published