Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
654da1c
Initial backend monolith setup with SpringBoot and PostgreSQL
anugrahnp1998 May 30, 2026
5bfb822
Added frontend pages and components
Nikhilk70 May 30, 2026
ee835f0
Add frontend React application
Nikhilk70 May 30, 2026
b62123c
"Entity push"
May 31, 2026
bacaf90
"Entity push"
May 31, 2026
b2017f3
"Add folder structure"
May 31, 2026
60a08d1
"updated Entity details"
May 31, 2026
485c0bf
Merge pull request #2 from anugrahnp1998/dev-be-rem
Remyasrees May 31, 2026
26781ac
Update database password in application.properties
Remyasrees May 31, 2026
343bb95
Update database password in application properties
Remyasrees May 31, 2026
b54fdf2
Merge pull request #3 from anugrahnp1998/dev-be-rem
Remyasrees May 31, 2026
a083097
"updated Entity details"
May 31, 2026
d675382
Merge remote-tracking branch 'origin/dev-be-rem' into dev-be-rem
May 31, 2026
0b4de33
Merge pull request #4 from anugrahnp1998/dev-be-rem
Remyasrees May 31, 2026
85044e6
"updated ddl to create-drop"
May 31, 2026
29d6cdd
changes of 31-05-2026
Nikhilk70 May 31, 2026
56079fe
Fix entity relationships and venue model
anugrahnp1998 Jun 1, 2026
925447b
Remove IntelliJ files from version control
anugrahnp1998 Jun 1, 2026
5d6b8b3
Add root gitignore
anugrahnp1998 Jun 1, 2026
175b2cc
Merge pull request #5 from anugrahnp1998/fix-an/entity-cleanup
anugrahnp1998 Jun 1, 2026
0218661
"venue-category"
Jun 1, 2026
577118c
"venue-category-edit"
Jun 2, 2026
dff724e
"venue-category-edit"
Jun 2, 2026
c45923c
"venue-category-edit"
Jun 2, 2026
316ff0d
Merge pull request #6 from anugrahnp1998/dev-be-rem-category
Remyasrees Jun 2, 2026
bad5bf7
Venue Panel Created
Nikhilk70 Jun 2, 2026
45812f2
Merge pull request #7 from anugrahnp1998/frontend-nikhil
Nikhilk70 Jun 2, 2026
ab61a91
Authentication -add user registration with validation and password ha…
anugrahnp1998 Jun 2, 2026
e3ab2fc
Merge pull request #8 from anugrahnp1998/feature-an/auth
anugrahnp1998 Jun 2, 2026
f0285ae
Authentication - add login using email or phone
anugrahnp1998 Jun 3, 2026
391fcdd
title image update
Nikhilk70 Jun 3, 2026
b4596fb
admin panel created
Nikhilk70 Jun 3, 2026
260e208
Merge pull request #9 from anugrahnp1998/frontend-nikhil
Nikhilk70 Jun 3, 2026
9b21210
"venue-category-edit"
Jun 4, 2026
9c2c906
Merge pull request #10 from anugrahnp1998/dev-be-rem-category
Remyasrees Jun 4, 2026
2a2a29e
Merge pull request #11 from anugrahnp1998/feature-an/amenity
Remyasrees Jun 4, 2026
2c2054c
"venue-amenity"
Jun 4, 2026
5faa359
Merge pull request #12 from anugrahnp1998/feature-an/amenity
Remyasrees Jun 4, 2026
37d985f
"venue-amenity"
Jun 4, 2026
50f44f3
Merge pull request #13 from anugrahnp1998/feature-an/venueDocument
Remyasrees Jun 4, 2026
a15a631
"venue-category"
Jun 4, 2026
f0b1348
Authentication - add global exception handling and validation responses
anugrahnp1998 Jun 4, 2026
70981a7
Merge branch 'main' into feature-an/auth
anugrahnp1998 Jun 4, 2026
cf287e7
Merge pull request #14 from anugrahnp1998/feature-an/auth
anugrahnp1998 Jun 4, 2026
29f6a3d
Merge pull request #1 from anugrahnp1998/feature-an/venueDocument
Remyasrees Jun 5, 2026
d86cd10
"features"
Jun 5, 2026
138e306
Merge pull request #15 from anugrahnp1998/feature-an/venuePhoto
Remyasrees Jun 5, 2026
06223f3
"features"
Jun 5, 2026
66155ed
Merge pull request #16 from anugrahnp1998/feature-an/venueAvailabilty
Remyasrees Jun 6, 2026
d09d144
"venueAvaiability"
Jun 6, 2026
c7f1915
Merge pull request #17 from anugrahnp1998/feature-an/venueAvailabilty
Remyasrees Jun 6, 2026
37bc8d9
"venue"
Jun 6, 2026
258d81d
Fix MapStruct mapping for Venue amenities/categories to strings
Jun 13, 2026
0e10822
Implement BookingService in BookingServiceImpl to allow injection
Jun 13, 2026
71456c5
Merge pull request #2 from anugrahnp1998/feature-an/venueAvailabilty
Remyasrees Jun 13, 2026
d860f03
"admin dashboard"
Jun 13, 2026
0a4f55a
Merge branch 'main' into main
Remyasrees Jun 13, 2026
f2a8601
Merge pull request #18 from Remyasrees/main
Remyasrees Jun 13, 2026
3f43081
"admin dashboard"
Jun 13, 2026
9538913
Merge pull request #19 from anugrahnp1998/feature-an/venueAvailabilty
Remyasrees Jun 13, 2026
e31e013
"admin dashboard"
Jun 17, 2026
dc82b18
"admin dashboard"
Jun 17, 2026
f254bf3
Authentication: implement JWT authentication with Spring Security
anugrahnp1998 Jun 17, 2026
7e1c3f2
Merge remote-tracking branch 'origin/main' into feature-an/auth
anugrahnp1998 Jun 17, 2026
530c2e8
Merge pull request #20 from anugrahnp1998/feature-an/auth
anugrahnp1998 Jun 17, 2026
afdd0cd
Merge pull request #21 from anugrahnp1998/main
Remyasrees Jun 18, 2026
5deaef8
"admin dashboard"
Jun 20, 2026
848261d
Merge branch 'dev-be-rem' into feature-an/venueAvailabilty
Remyasrees Jun 20, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
.DS_Store
Thumbs.db
24 changes: 24 additions & 0 deletions Front-end/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
16 changes: 16 additions & 0 deletions Front-end/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)

## React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).

## Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
21 changes: 21 additions & 0 deletions Front-end/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import js from '@eslint/js'
import globals from 'globals'
import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
import { defineConfig, globalIgnores } from 'eslint/config'

export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{js,jsx}'],
extends: [
js.configs.recommended,
reactHooks.configs.flat.recommended,
reactRefresh.configs.vite,
],
languageOptions: {
globals: globals.browser,
parserOptions: { ecmaFeatures: { jsx: true } },
},
},
])
14 changes: 14 additions & 0 deletions Front-end/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/public/BMVLG.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BookMyVenue</title>
<meta name="description" content="Discover and book stunning venues for weddings, parties, corporate events and more across India." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading