Skip to content

add backend #1729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .copier/.copier-answers.yml.jinja

This file was deleted.

26 changes: 0 additions & 26 deletions .copier/update_dotenv.py

This file was deleted.

4 changes: 2 additions & 2 deletions .env → .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOMAIN=localhost
# DOMAIN=localhost.tiangolo.com

# Used by the backend to generate links in emails to the frontend
FRONTEND_HOST=http://localhost:5173
FRONTEND_HOST=http://localhost:3000
# In staging and production, set this env var to the frontend host, e.g.
# FRONTEND_HOST=https://dashboard.example.com

Expand All @@ -17,7 +17,7 @@ PROJECT_NAME="Full Stack FastAPI Project"
STACK_NAME=full-stack-fastapi-project

# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:3000,http://localhost:5173,https://localhost,https://localhost:3000,https://localhost:5173,http://ar.anon.tiangolo.com"
SECRET_KEY=changethis
[email protected]
FIRST_SUPERUSER_PASSWORD=changethis
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_modules/
/playwright-report/
/blob-report/
/playwright/.cache/
.env
dataset/
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
check:
cd backend && \
uv run ruff check . --fix && \
uv run ruff format .
29 changes: 0 additions & 29 deletions SECURITY.md

This file was deleted.

Loading
Loading