Skip to content
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

🔥 Clean up old files no longer relevant #608

Merged
merged 3 commits into from
Feb 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.10'

- name: Docker Compose build
- name: Run tests
run: docker compose build
- name: Docker Compose remove old containers and volumes
run: docker compose down -v --remove-orphans
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.vscode
testing-project
.mypy_cache
poetry.lock
dev-link/
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

83 changes: 0 additions & 83 deletions CONTRIBUTING.md

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ The input variables, with their default values (some auto generated) are:
* `project_slug`: The development friendly name of the project. By default, based on the project name
* `domain_main`: The domain in where to deploy the project for production (from the branch `production`), used by the load balancer, backend, etc. By default, based on the project slug.
* `domain_staging`: The domain in where to deploy while staging (before production) (from the branch `master`). By default, based on the main domain.

* `docker_swarm_stack_name_main`: The name of the stack while deploying to Docker in Swarm mode for production. By default, based on the domain.
* `docker_swarm_stack_name_staging`: The name of the stack while deploying to Docker in Swarm mode for staging. By default, based on the domain.

* `secret_key`: Backend server secret key. Use the method above to generate it.
* `first_superuser`: The first superuser generated, with it you will be able to create more users, etc. By default, based on the domain.
* `first_superuser_password`: First superuser password. Use the method above to generate it.
Expand Down
22 changes: 0 additions & 22 deletions scripts/dev-fsfp-back.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/dev-fsfp.sh

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/dev-link.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/discard-dev-files.sh

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/generate_cookiecutter_config.py

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/test.sh

This file was deleted.

3 changes: 1 addition & 2 deletions src/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Update this with your app domain
DOMAIN=localhost
# DOMAIN=local.dockertoolbox.tiangolo.com
# DOMAIN=localhost.tiangolo.com

STACK_NAME=full-stack-fastapi-postgresql
Expand All @@ -17,7 +16,7 @@ DOCKER_IMAGE_NEW_FRONTEND=new-frontend

# Backend
BACKEND_CORS_ORIGINS="[\"http://localhost\", \"http://localhost:4200\", \"http://localhost:3000\", \"http://localhost:8080\", \"https://localhost\", \"https://localhost:4200\", \"https://localhost:3000\", \"https://localhost:8080\", \"http://local.dockertoolbox.tiangolo.com\", \"http://localhost.tiangolo.com\"]"
PROJECT_NAME="Full Stack FastAPI PostgreSQL"
PROJECT_NAME="FastAPI Project"
SECRET_KEY=changethis
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=changethis
Expand Down
3 changes: 0 additions & 3 deletions src/.gitignore

This file was deleted.