Skip to content

USHIN-Inc/u4u-api

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2019
Sep 30, 2019
Oct 3, 2019
Sep 30, 2019
Sep 30, 2019
Sep 18, 2019
Sep 30, 2019
Dec 1, 2019
Sep 30, 2019
May 12, 2019
May 12, 2019
Sep 30, 2019

Repository files navigation

U4U API service

(description pending)

Installation

$ git clone https://github.com/ushin-inc/u4u-api.git
$ cd u4u-api
$ dotnet restore
$ export ConnectionStrings__DefaultConnection="Server=your_mysql_host;database=your_mysql_db;user=your_mysql_user;password=your_mysql_pw"
$ dotnet ef database update
$ dotnet run

(installation docs pending)

Usage

(API examples pending)