Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/apiPublic

AuctionX Engine

License

NotificationsYou must be signed in to change notification settings

getaux/api

Repository files navigation

Requirements

  • PHP >= 8.1
  • Composer >= 2.3
  • PostgreSQL >= 13

Install locally

  • Install Dockerhttps://docs.docker.com/get-docker/
  • git clone git@github.com:getaux/api.git
  • composer install
  • cp .env .env.local # then edit .env.local file
  • docker-compose build --no-cache --pull

Run locally

Fix Chrome/Brave SSL locally

If you have a TLS trust issues, you can copy the self-signed certificate from Caddy and add it to the trusted certificates:

# Macdocker cp$(docker-compose ps -q caddy):/data/caddy/pki/authorities/local/root.crt /tmp/root.crt&& sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /tmp/root.crt# Linuxdocker cp$(docker-compose ps -q caddy):/data/caddy/pki/authorities/local/root.crt /usr/local/share/ca-certificates/root.crt&& sudo update-ca-certificates

License

Licensed under the terms of the MIT License.


[8]ページ先頭

©2009-2025 Movatter.jp