Skip to content

Commit d36ce3a

Browse files
Merge pull request #1 from martindufour11/refactor/clean-up
chore(whole-project): clean up and use Nuxt instead of React
2 parents 46ac6a3 + e701f2e commit d36ce3a

File tree

176 files changed

+10789
-17004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+10789
-17004
lines changed

.copier/.copier-answers.yml.jinja

Lines changed: 0 additions & 1 deletion
This file was deleted.

.copier/update_dotenv.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

.env

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,14 @@ DOMAIN=localhost
55
# Environment: local, staging, production
66
ENVIRONMENT=local
77

8-
PROJECT_NAME="Full Stack FastAPI Project"
9-
STACK_NAME=full-stack-fastapi-project
8+
PROJECT_NAME="Millenium Falcon Project"
9+
STACK_NAME=millenium-falcon-project
1010

1111
# Backend
12-
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
13-
SECRET_KEY=changethis
14-
FIRST_SUPERUSER=[email protected]
15-
FIRST_SUPERUSER_PASSWORD=changethis
12+
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:3000,https://localhost,https://localhost:3000,http://localhost.millenium.com"
13+
SECRET_KEY=rn5QlpsE6N
1614

17-
# Emails
18-
SMTP_HOST=
19-
SMTP_USER=
20-
SMTP_PASSWORD=
21-
EMAILS_FROM_EMAIL=[email protected]
22-
SMTP_TLS=True
23-
SMTP_SSL=False
24-
SMTP_PORT=587
25-
26-
# Postgres
27-
POSTGRES_SERVER=localhost
28-
POSTGRES_PORT=5432
29-
POSTGRES_DB=app
30-
POSTGRES_USER=postgres
31-
POSTGRES_PASSWORD=changethis
32-
33-
SENTRY_DSN=
15+
SENTRY_DSN=https://8f3a62ca9b24f575e8adebe6c3fd29ac@o4507956031913984.ingest.de.sentry.io/4507956045414480
3416

3517
# Configure these with your own Docker registry images
3618
DOCKER_IMAGE_BACKEND=backend

.github/DISCUSSION_TEMPLATE/questions.yml

Lines changed: 0 additions & 118 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/privileged.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/labeler.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/add-to-project.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,9 @@ jobs:
1717
DOMAIN: ${{ secrets.DOMAIN_PRODUCTION }}
1818
STACK_NAME: ${{ secrets.STACK_NAME_PRODUCTION }}
1919
SECRET_KEY: ${{ secrets.SECRET_KEY }}
20-
FIRST_SUPERUSER: ${{ secrets.FIRST_SUPERUSER }}
21-
FIRST_SUPERUSER_PASSWORD: ${{ secrets.FIRST_SUPERUSER_PASSWORD }}
22-
SMTP_HOST: ${{ secrets.SMTP_HOST }}
23-
SMTP_USER: ${{ secrets.SMTP_USER }}
24-
SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}
25-
EMAILS_FROM_EMAIL: ${{ secrets.EMAILS_FROM_EMAIL }}
26-
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
2720
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
2821
steps:
2922
- name: Checkout
3023
uses: actions/checkout@v4
31-
- run: docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} build
32-
- run: docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} up -d
24+
- run: docker compose -f docker-compose.yml -f docker-compose.traefik.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} build
25+
- run: docker compose -f docker-compose.yml -f docker-compose.traefik.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} build

0 commit comments

Comments
 (0)