initial commit for GitHub

This commit is contained in:
Lucas Jensen
2024-12-01 19:15:25 -08:00
commit 925b334e4c
91 changed files with 8031 additions and 0 deletions

13
server/meganjohns.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=uvicorn service for api.meganjohns.com
After=network.target
[Service]
User=lucas
Group=www-data
WorkingDirectory=/home/lucas/MeganJohns/server
ExecStart=/home/lucas/MeganJohns/server/.venv/bin/uvicorn app:app --host 0.0.0.0 --port 8080 --workers 2
Restart=always
[Install]
WantedBy=multi-user.target