Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
3ba4e18
Initial commit — Angular frontend under client/book-my-venue
z4kettan May 28, 2026
8e020f0
Remove .claude folder from repo and add to gitignore
z4kettan May 28, 2026
08425ec
Merge branch 'WeCode-Community-Dev:main' into master
AjayVelanchery May 28, 2026
707f009
chore: initialize spring boot backend structure via spring initializr
AjayVelanchery May 28, 2026
faa2776
Update .gitignore to include build and IDE files
AjayVelanchery May 28, 2026
09e3ecc
Merge branch 'master' of github.com:BookMyVenue-Team/BookMyVenue
AjayVelanchery May 28, 2026
2eaa854
infrastructure: complete database setup, env configs, and backend doc…
AjayVelanchery May 28, 2026
ecbfd2b
Merge branch 'feature/1-backend-setup'
AjayVelanchery May 28, 2026
bb472d6
git commit -m "feature: implement JWT authentication module"
AjayVelanchery May 30, 2026
ae35596
Merge pull request #3 from BookMyVenue-Team/feature/2-backend-authent…
AjayVelanchery May 30, 2026
8d48731
feat(auth): implement authentication module
AjayVelanchery May 30, 2026
42b1921
chore: stop tracking .env file
AjayVelanchery May 30, 2026
e5d1af3
Delete server/.env
AjayVelanchery May 30, 2026
9ea78d6
Refactor .gitignore for improved clarity and coverage
AjayVelanchery May 30, 2026
fefa074
Merge branch 'master' of github.com:BookMyVenue-Team/BookMyVenue into…
AjayVelanchery May 30, 2026
b7675fc
feat: setup flyway and initial database schema
Anzyll May 30, 2026
8cb3dcc
Merge pull request #5 from BookMyVenue-Team/feature/flyway-init-schema
Anzyll May 30, 2026
2cee909
feat: implement venue creation api
Anzyll May 31, 2026
81d989e
Merge branch 'master' of github.com:BookMyVenue-Team/BookMyVenue into…
AjayVelanchery May 31, 2026
7059ec3
fix:updated directory hierarchy
z4kettan Jun 1, 2026
f0cc951
feat: implement venue retrieval apis
Anzyll Jun 1, 2026
422945e
feat: implement venue updation api
Anzyll Jun 1, 2026
1d1030b
feat: implement venue deletion api
Anzyll Jun 1, 2026
ef37e27
dockerrized spring and postgres
AjayVelanchery Jun 1, 2026
3f31a97
Merge pull request #7 from BookMyVenue-Team/feature/3-jwt-filter
AjayVelanchery Jun 1, 2026
516e921
fixed auth
z4kettan Jun 2, 2026
9e9408e
Merge pull request #11 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 2, 2026
d5a0838
feat: implement venue search and filtering
Anzyll Jun 2, 2026
472761c
Merge branch 'master' into feature/venue-management
Anzyll Jun 2, 2026
18b6f14
cookie migration done
AjayVelanchery Jun 3, 2026
421783d
Merge pull request #13 from BookMyVenue-Team/feature/3-jwt-filter
AjayVelanchery Jun 3, 2026
cc150d9
refactor: prepare SecurityContext-based user retrieval
Anzyll Jun 4, 2026
01f3416
Merge pull request #15 from BookMyVenue-Team/feature/venue-management
Anzyll Jun 4, 2026
ae17f7b
feat:implemented cookie based authentication in frontend
z4kettan Jun 5, 2026
d352cd1
Merge pull request #16 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 5, 2026
99d98ee
feat: implement refresh token functionality and add user authenticati…
syamjith45 Jun 5, 2026
244eb9d
feat: update authentication flow to include access and refresh tokens…
syamjith45 Jun 5, 2026
0203b54
refactor: Add ErrorCode enum and BusinessException to standardize exc…
Anzyll Jun 8, 2026
30a63e3
refactor: implement cleaner exception handling
Anzyll Jun 9, 2026
650258a
Merge pull request #19 from BookMyVenue-Team/refactor/exception-handling
Anzyll Jun 9, 2026
dc2e0e7
filter class added
AjayVelanchery Jun 9, 2026
78c3e6a
Merge branch 'master' of github.com:BookMyVenue-Team/BookMyVenue into…
AjayVelanchery Jun 9, 2026
62c454e
Merge pull request #17 from BookMyVenue-Team/feature/syam-frontend-lo…
AjayVelanchery Jun 9, 2026
22512cf
Merge pull request #21 from BookMyVenue-Team/feature/3-jwt-filter
AjayVelanchery Jun 9, 2026
d66d6c2
feat(slot): implement venue availability template CRUD
Anzyll Jun 10, 2026
02f9dc1
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
Anzyll Jun 10, 2026
c68e6fa
Merge pull request #22 from BookMyVenue-Team/feature/slot-management
Anzyll Jun 10, 2026
1bf7ab4
fix: prevent overlap slot template creation
Anzyll Jun 13, 2026
bf3c1fe
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
Anzyll Jun 13, 2026
0508905
Merge pull request #23 from BookMyVenue-Team/feature/slot-management
Anzyll Jun 13, 2026
e747d80
feat(availability): implement booking availability api
Anzyll Jun 13, 2026
f3f1ebd
Merge pull request #24 from BookMyVenue-Team/feature/availability-api
Anzyll Jun 13, 2026
94e5021
feat(Booking): implement booking workflow with pending reservations
Anzyll Jun 13, 2026
f877e05
Merge pull request #25 from BookMyVenue-Team/feature/booking-management
Anzyll Jun 13, 2026
321fc29
feat: filter booked slots from availability
Anzyll Jun 13, 2026
36ba179
feat: add scheduler to expired the pending bookings
Anzyll Jun 13, 2026
aa6eb45
Merge pull request #26 from BookMyVenue-Team/feature/booking-expiry-s…
Anzyll Jun 13, 2026
b344f0c
docs: add swagger operation summaries
Anzyll Jun 13, 2026
78db7c3
refactor(Booking): add partial unique index
Anzyll Jun 13, 2026
9d03042
Merge pull request #27 from BookMyVenue-Team/feature/booking-management
Anzyll Jun 13, 2026
c21cc51
test: add concurrency test for booking
Anzyll Jun 13, 2026
fc757f2
Merge pull request #28 from BookMyVenue-Team/test/booking-concurrency
Anzyll Jun 13, 2026
188c0e3
refactor: price added in booking creation
Anzyll Jun 13, 2026
ad43eed
feat:updated Ui theme and added create and edit venue options
z4kettan Jun 14, 2026
352e437
Merge pull request #30 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 14, 2026
837d548
admin done
AjayVelanchery Jun 15, 2026
1b2080d
Merge branch 'master' of github.com:BookMyVenue-Team/BookMyVenue into…
AjayVelanchery Jun 15, 2026
11592a2
Merge pull request #31 from BookMyVenue-Team/feature/admin-management
AjayVelanchery Jun 15, 2026
3b2724e
feat: implement booking functionality including API constants, reposi…
syamjith45 Jun 17, 2026
c60741e
slottemplateid added in AvailabilityResponse
AjayVelanchery Jun 18, 2026
ae42702
slottemplateid added in AvailabilityResponse
AjayVelanchery Jun 18, 2026
ffc6767
Merge pull request #34 from BookMyVenue-Team/feature/admin-management
AjayVelanchery Jun 18, 2026
784a881
Merge pull request #32 from BookMyVenue-Team/feature/booking-manageme…
syamjith45 Jun 18, 2026
342b12f
payment done
AjayVelanchery Jun 19, 2026
c98c86b
Merge pull request #35 from BookMyVenue-Team/feature/payment
AjayVelanchery Jun 19, 2026
2b8f5cd
feat: implement booking flow with admin management, user checkout, an…
syamjith45 Jun 19, 2026
b95105e
Merge pull request #37 from BookMyVenue-Team/feature/booking-integration
syamjith45 Jun 19, 2026
4351be3
completed venue creation
z4kettan Jun 21, 2026
65b4106
Merge pull request #38 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 21, 2026
2513a12
fix admin module bugs.
AjayVelanchery Jun 21, 2026
da9cfcd
Merge pull request #39 from BookMyVenue-Team/feature/payment
AjayVelanchery Jun 21, 2026
3d6a606
feat: complete frontend integration for admin, checkout, bookings, an…
z4kettan Jun 24, 2026
2d1035c
Merge pull request #40 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 24, 2026
aebebc3
added user module
AjayVelanchery Jun 27, 2026
71b89c2
Merge pull request #41 from BookMyVenue-Team/feature/payment
AjayVelanchery Jun 27, 2026
3f226a1
integrated razorpay successfully
z4kettan Jun 28, 2026
a358103
Merge pull request #42 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jun 28, 2026
38c89fd
feat(venue): add Cloudinary image upload, category API, and vendor ow…
Anzyll Jun 29, 2026
12a6d26
Merge pull request #43 from BookMyVenue-Team/feature/venue-management
Anzyll Jun 29, 2026
97f48ed
feat: support configurable venue advance payments
Anzyll Jun 29, 2026
dec3b3e
add email verification
AjayVelanchery Jul 1, 2026
1b83caa
Merge branch 'master' into feature/verification
AjayVelanchery Jul 1, 2026
2814035
Merge pull request #45 from BookMyVenue-Team/feature/verification
AjayVelanchery Jul 1, 2026
fd82656
feat(auth): implement OTP-based email verification and resend functio…
syamjith45 Jul 3, 2026
80e94d0
fix(flyway): resolve duplicate migration versions
Anzyll Jul 3, 2026
a670ea8
Merge pull request #46 from BookMyVenue-Team/feature/booking-management
Anzyll Jul 3, 2026
66be257
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
syamjith45 Jul 3, 2026
f236bc0
add forgot password
AjayVelanchery Jul 3, 2026
929bb43
Merge pull request #47 from BookMyVenue-Team/feature/additional
AjayVelanchery Jul 3, 2026
0da20fa
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
syamjith45 Jul 4, 2026
a5802b3
fixed redis issue
AjayVelanchery Jul 5, 2026
646d5d6
Merge pull request #48 from BookMyVenue-Team/feature/additional
AjayVelanchery Jul 5, 2026
11cd83f
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
syamjith45 Jul 6, 2026
1558c36
feat: implement core auth infrastructure including storage service, r…
syamjith45 Jul 6, 2026
fcd760a
feat: implement venue creation interface and data models for vendors
syamjith45 Jul 7, 2026
15273aa
Merge pull request #49 from BookMyVenue-Team/feature/frontend-otp-bas…
syamjith45 Jul 7, 2026
bdb61ed
otp update
z4kettan Jul 8, 2026
2208d7b
Merge branch 'master' of https://github.com/BookMyVenue-Team/BookMyVe…
z4kettan Jul 9, 2026
24aa1fb
otp update
z4kettan Jul 9, 2026
c6e0d2e
Merge pull request #51 from BookMyVenue-Team/feat/sachin-2-frontend-a…
z4kettan Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
76 changes: 76 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Claude Code
.claude/

# Old folder — contents moved to client/
/book-my-venue/

# Mock server — not pushed to repo
mock-server/

# Node
node_modules/
npm-debug.log
yarn-error.log

# Angular
dist/
.angular/cache/
/tmp
/out-tsc

# IDEs
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/mcp.json
*.sublime-workspace

# System
.DS_Store
Thumbs.db

# Misc
coverage/
*.log


# ==========================================
# ☕ Spring Boot & Maven Base Defaults
# ==========================================
**/target/
**.target/
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# Maven wrapper files (Kept ignored to prevent build rule conflicts)
**/mvnw
**/mvnw.cmd
**/.mvn/wrapper/maven-wrapper.properties
**/.mvn/wrapper/maven-wrapper.jar

# ==========================================
# 💻 IDE Configurations (IntelliJ / VS Code / Eclipse)
# ==========================================
**/.idea/
**/*.iml
**/out/
**/.vscode/
**/.project
**/.classpath
**/.settings/
**/.factorypath

# ==========================================
# 🔒 Environment & OS files
# ==========================================
**/.env
**/.env.local
**/.DS_Store
**/Thumbs.db
Loading