Copyright Max Hniebergall 2024
- The contents of this repo are made available for informational purposes only
- You must request written permission to execute, reproduce, extend, etc. to the full extent that protections exist under Canadian copyright law.
- Permission is likely to be granted for the purpose of local development for non commercial educational or hobby purposes for the benefit of the project (Aphori.st)
This repo is production ready.
From the root directory (../Aphorist): docker-compose up --build
docker compose build backend && docker compose up -d backend
firebase emulators:start --only database
docker-compose -f docker-compose.prod.yml build docker-compose -f docker-compose.prod.yml up -d
docker-compose -f docker-compose.prod.yml logs -f
docker-compose -f docker-compose.prod.yml down
curl -X POST http://localhost:3000/api/seed-default-stories -H "Content-Type: application/json" -d '{}'