Skip to content

android-project-46group/api-server

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2023
May 25, 2023
May 3, 2022
May 25, 2023
Feb 24, 2023
May 4, 2022
Feb 25, 2023
May 25, 2023
Nov 6, 2022
Feb 19, 2023
Feb 18, 2023
Oct 14, 2021
May 4, 2022
Nov 23, 2022
May 25, 2023
Feb 24, 2023
Feb 19, 2023
Oct 30, 2022
Dec 19, 2023
Dec 19, 2023
May 25, 2023
Nov 16, 2021
May 4, 2022
May 4, 2022

Repository files navigation

API server

License GoDoc Go Report Card

API server with ubuntu 20.04 on raspberry pi 4

Tech Stack

  • ubuntu: 20.04
  • apache2: 2.4.41 (Ubuntu)
  • golang: 1.16 linux/arm64
  • postgres: 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1)

System Architecture

System Architecture

Database design

Database design

DB Access (API)

Using test API key

Face Images

Images of Latest Blogs

Getting Started

# Setup

## ----- Migration for sqlboiler -----
go install github.com/volatiletech/sqlboiler/v4@v4.11.0
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest

## version が異なると大量の差分が出る可能性があるので、なるべく揃えたい
sqlboiler --version
SQLBoiler v4.13.0

License

This repository is under MIT License.