Files
agologum/scripts/DEV_README.md
Blitblank 143d194cdb
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
fix: policy mismatch
2026-04-21 19:18:54 -05:00

690 B

These are some notes for development

contains some helpful tips, commands, and knowledge

Resetting the database (for dev):

set development evironment (specify non-docker network and db password) dotnet ef database drop dotnet ef migrations remove if above errors, dotnet ef database update 0 dotnet ef migrations add InitialCreate

To see live logs: sudo docker logs -f -t agologum-api

public user:

username=bard (admin) username=xvbard (superuser) password=Public*890

chrome dev tools troubleshooting

response body: Network => url endpoint => Response => expand

Always test build before committing

for the client: $ npm run dev for the api: $ dotnet build