This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from annhaliszt.app import main | |
| if __name__ == "__main__": | |
| main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import webview | |
| import threading | |
| import sys | |
| from annhaliszt.be.start import startUp, create_app | |
| def start_flask(): | |
| try: | |
| # Run the startup sequence | |
| startUp() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Windows Executables | |
| on: | |
| push: | |
| branches: [ ci ] # change this to windows when ready | |
| jobs: | |
| ci: | |
| name: Test and Package (Windows) | |
| runs-on: windows-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This project was generated with 0.3.20 using template: https://github.com/beeware/briefcase-template@v0.3.20 | |
| [tool.briefcase] | |
| project_name = "Ann Haliszt" | |
| bundle = "toplevel.domain" | |
| version = "1.0.0" | |
| url = "https://domain.toplevel/annhaliszt" | |
| license.file = "LICENSE" | |
| author = "your name here" | |
| author_email = "someone@provider.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from flask import ( | |
| Flask, | |
| send_from_directory, | |
| render_template, | |
| ) | |
| from flask_cors import CORS | |
| chat_history = {} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import webview | |
| import threading | |
| import sys | |
| from be.start import startUp, create_app | |
| def start_flask(): | |
| try: | |
| # Run the startup sequence | |
| startUp() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from flask import Flask | |
| from flask_cors import CORS | |
| def startUp(): | |
| print("Starting backend initialization...") | |
| def create_app(): | |
| app = Flask(__name__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import webview | |
| import threading | |
| import os | |
| import sys | |
| from be.start import startUp, create_app | |
| def start_flask(ready_event): | |
| try: | |
| # Run the startup sequence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| if(process.env.NODE_ENV != 'production') { | |
| require('dotenv').config(); | |
| } | |
| /** | |
| * Module Dependencies | |
| */ | |
| const | |
| Http = require('http'), | |
| Mongoose = require('mongoose'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0xE56a5289757db606C317342eB1F92C23E650443F |
NewerOlder