No Testing Database #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
No Testinf Databaseto No Testing DatabaseNo Testing Databaseto No Testing DatabaseAs suggested by Antares, I have removed the SQL dependency from the main branch and instead added an array of dummy data. The sql branch is still dependent on an SQL Server and for the data you can make start a new database set the name in the
appsettings.jsoninConnectionStringsdatabase=and add the data. The data is still available at (https://bhdev.pythonanywhere.com/provinces) and (https://bhdev.pythonanywhere.com/assault_troops). If you need an automation script to populate the DB, I can provide that too.The SQL Server is now a Docker File which can be started with docker compose together with the API App itself.