Skip to content

Commit

Permalink
Merge pull request #22 from weyora-digital/recommendation_wireup
Browse files Browse the repository at this point in the history
recommendation_wireup
  • Loading branch information
tharoosha authored Oct 22, 2024
2 parents 3071fab + aacef47 commit c2598c1
Show file tree
Hide file tree
Showing 29 changed files with 1,199 additions and 379 deletions.
2 changes: 1 addition & 1 deletion backend/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_app():


# Set the path to store uploaded files (event images)
app.config['UPLOAD_FOLDER'] = '/Users/vihidun/MyFolder/Development/ArenaSync/backend/asserts/event_img'
app.config['UPLOAD_FOLDER'] = 'D:/GitHub/Other Projects/ArenaSync/backend/asserts/event_img'

db.init_app(app)

Expand Down
Binary file modified backend/app/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/__pycache__/config.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/__pycache__/decoraters.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/routes/__pycache__/admin_routes.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/routes/__pycache__/event_routes.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/routes/__pycache__/user_routes.cpython-312.pyc
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/asserts/event_img/saa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ urllib3==1.26.19
Werkzeug==2.2.2
blinker==1.8.2
colorama==0.4.6
neo4j==5.21.0
neo4j
pytz==2024.1
Flask_Migrate==4.0.7
neomodel==5.3.3
19 changes: 1 addition & 18 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
}
Loading

0 comments on commit c2598c1

Please sign in to comment.