Feature/docker updated#15
Merged
bkuzniarek merged 4 commits intofeature/docker-setupfrom Oct 15, 2025
Merged
Conversation
…entation - Add proper .gitignore entries for Python bytecode, test artifacts, and Next.js build files - Remove existing __pycache__ directories to clean up repository - Add comprehensive TESTING.md with Docker and local setup instructions - Include troubleshooting guide and test structure documentation
bkuzniarek
added a commit
that referenced
this pull request
Oct 15, 2025
* feat: set postgres in docker * Some of the schema + broken(?) engine * delete copy dir * fix: docker db environment * fix: requirements.txt & testing SQLAlchemy * Add db.py and reset_database.py * added UUIDs (#3) * added UUIDs * added default UUID for conflicts and enrollments * removed import * fix: add drop_all for quick testing * Feature/docker updated (#15) * Cleaned up db, updated docker file, added tests * Improve project setup: Add comprehensive .gitignore and testing documentation - Add proper .gitignore entries for Python bytecode, test artifacts, and Next.js build files - Remove existing __pycache__ directories to clean up repository - Add comprehensive TESTING.md with Docker and local setup instructions - Include troubleshooting guide and test structure documentation * moved testing to .gitignore in backend --------- Co-authored-by: Khoi Ngo <67892332+BillQK@users.noreply.github.com> Co-authored-by: Alex Weinberger <alexcchip@gmail.com>
BillQK
added a commit
that referenced
this pull request
Oct 16, 2025
* feat: set postgres in docker * Some of the schema + broken(?) engine * delete copy dir * fix: docker db environment * fix: requirements.txt & testing SQLAlchemy * Add db.py and reset_database.py * added UUIDs (#3) * added UUIDs * added default UUID for conflicts and enrollments * removed import * fix: add drop_all for quick testing * Feature/docker updated (#15) * Cleaned up db, updated docker file, added tests * Improve project setup: Add comprehensive .gitignore and testing documentation - Add proper .gitignore entries for Python bytecode, test artifacts, and Next.js build files - Remove existing __pycache__ directories to clean up repository - Add comprehensive TESTING.md with Docker and local setup instructions - Include troubleshooting guide and test structure documentation * moved testing to .gitignore in backend * fix: imports and type * feat: docker + db schema (#17) * Cleaned up db, updated docker file, added tests (#8) * feat: docker + schema using SQLAlchemy (#12) * added UUIDs (#3) * added UUIDs * added default UUID for conflicts and enrollments * removed import * fix: add drop_all for quick testing * Cleaned up db, updated docker file, added tests * Improve project setup: Add comprehensive .gitignore and testing documentation - Add proper .gitignore entries for Python bytecode, test artifacts, and Next.js build files - Remove existing __pycache__ directories to clean up repository - Add comprehensive TESTING.md with Docker and local setup instructions - Include troubleshooting guide and test structure documentation * moved testing to .gitignore in backend --------- Co-authored-by: Alex Weinberger <alexcchip@gmail.com> Co-authored-by: Khoi Ngo <67892332+BillQK@users.noreply.github.com> Co-authored-by: Khoi Ngo <billngo47@gmail.com> * fix: remove __pycache__ && fix .gitignore --------- Co-authored-by: Blair Kuzniarek <122614290+bkuzniarek@users.noreply.github.com> Co-authored-by: Alex Weinberger <alexcchip@gmail.com> --------- Co-authored-by: Alex Weinberger <alexcchip@gmail.com> Co-authored-by: bkuzniarek <kuzniarek.b@northeastern.edu> Co-authored-by: Blair Kuzniarek <122614290+bkuzniarek@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adding it all to docker-setup