Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 995 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 995 Bytes

AuctionX API

Requirements

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

Install locally

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:

# Mac
docker 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
# Linux
docker 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.