Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
cedd678
Uploading first draft of the new README.md. File: NEW_README.md
carlosplanchon Nov 8, 2025
ec4f2dd
Rebasing.
carlosplanchon Nov 10, 2025
be4aea2
Adding files for Running locally with Uvicorn, previously living in a…
carlosplanchon Nov 8, 2025
19945ee
Adding example files for running locally with Uvicorn.
carlosplanchon Nov 8, 2025
d8196a7
Improving README.md
carlosplanchon Nov 8, 2025
67284ff
Adding the rest of the scripts for running the boilerplate with Gunic…
carlosplanchon Nov 8, 2025
584d14f
Adding Contributing, References, License and Contact section from the…
carlosplanchon Nov 10, 2025
ee2e7f0
Removing deprecated version keyword from docker-compose.yml files.
carlosplanchon Nov 13, 2025
5ffc12d
With Claude Code: Addressing production nginx docker-compose missing …
carlosplanchon Nov 13, 2025
b8bb72c
With Claude Code: Addressing Instructions don't mention copying defau…
carlosplanchon Nov 13, 2025
01ca271
With Claude Code: Files named env should be renamed to .env.example t…
carlosplanchon Nov 13, 2025
69a7fc0
With Claude Code: The copy-paste commands in the README haven't been …
carlosplanchon Nov 13, 2025
662894b
fix syntax, change password so warning is gone
igorbenav Nov 15, 2025
0f723e6
add some other stuff to readme
igorbenav Nov 15, 2025
59f1e28
fix some things in the readme
igorbenav Nov 15, 2025
59e51ea
some more fixes
igorbenav Nov 15, 2025
f4e8740
some other improvements
igorbenav Nov 15, 2025
ccda306
setup script added for convenience
igorbenav Nov 16, 2025
f6ec929
script linting
igorbenav Nov 16, 2025
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
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,14 @@ cython_debug/
.idea

.vscode/

# Config files:
src/.env

# Ignore root files:
/Dockerfile
/docker-compose.yml

# Don't ignore files inside of script folder:
!scripts/*

Loading