[ADD] - Added social media user profile get and upsert microservice with nosql database integration

This commit is contained in:
PurvaG1700
2025-02-17 11:03:02 -08:00
parent 67bf966a6a
commit 12de833f66
12 changed files with 186 additions and 3 deletions

26
.gitignore vendored
View File

@@ -1 +1,25 @@
__pycache__
# Ignore the virtual environment
venv/
# Ignore Python cache files
__pycache__/
**/__pycache__/
# Ignore database files (TinyDB JSON)
database.json
# Ignore environment variables file (if used)
.env
# Ignore logs and temporary files
*.log
*.tmp
# Ignore VSCode & PyCharm project files
.vscode/
.idea/
# Ignore MacOS system files
.DS_Store