Add all functions for architecture to work + for regular user flows, refactor and reformat issues, add boilerplate for loading jobs logic and extend search functionalities.

This commit is contained in:
Vasilije 2023-12-28 08:21:55 +01:00
parent 60d5c74833
commit 3632a859f9

View file

@ -8,12 +8,12 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo "Running create_database.py"
python cognitive_architecture/database/create_database.py
if [ $? -ne 0 ]; then
echo "Error: create_database.py failed"
exit 1
fi
#echo "Running create_database.py"
#python cognitive_architecture/database/create_database.py
#if [ $? -ne 0 ]; then
# echo "Error: create_database.py failed"
# exit 1
#fi
# Start Gunicorn
echo "Starting Gunicorn"