https://github.com/codeartisanlab/hotel-management-system-with-django-drf-postgresql-nextjs-and-bootstrap
Hotel management system with Python Django, DRF, PostgreSQL, Next.Js and Bootstrap 5
https://github.com/codeartisanlab/hotel-management-system-with-django-drf-postgresql-nextjs-and-bootstrap
bootstrap codeartisanlab django django-rest-framework nextjs postgresql python website-development
Last synced: 3 months ago
JSON representation
Hotel management system with Python Django, DRF, PostgreSQL, Next.Js and Bootstrap 5
- Host: GitHub
- URL: https://github.com/codeartisanlab/hotel-management-system-with-django-drf-postgresql-nextjs-and-bootstrap
- Owner: codeartisanlab
- Created: 2024-04-19T07:34:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T05:21:29.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T06:50:35.634Z (almost 2 years ago)
- Topics: bootstrap, codeartisanlab, django, django-rest-framework, nextjs, postgresql, python, website-development
- Homepage: https://www.youtube.com/playlist?list=PLgnySyq8qZmqt7v_Qg5ICzH3yluQp-Tsf
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to get access of the source code
- Watch videos of this project implementation https://www.youtube.com/playlist?list=PLgnySyq8qZmqt7v_Qg5ICzH3yluQp-Tsf
- Pay ($110) at https://buymeacoffee.com/codeartisanlab (Global)
- Pay (Rs. 9900) via UPI shobhathakur0859@okaxis (India)
- Once payment successfull, please send your git username on my email codeartisanlab2607@gmail.com
Uploaded Videos = 35
Total Videos = ~50
Final Price = ~$150 (After project all videos uploaded)
This is best offer now becuase price will change according to the progress of this project
Features
✓ Frontend
- ✓ homepage
- ✓ Room types page
- ✓ Room booking form
- ✓ Payment confirmation page
- ✓ User signup page
- ✓ User login/logout
- ✓ user forget password
- ✓ user dashboard
- ✓ user booking history
- ✓ user payment logs
- ✓ user profile update
Backend/API
- ✓ create models/migrations
- ✓ admin setup for management
- ✓ user signup
- ✓ user token creation for login/logout
- ✓ forget password
- ✓ User login/logout
- ✓ user forget password
- ✓ booking according to specific room
- ✓ fetch booking history according to user
- ✓ generate and show invoice detail for bookings
- make payment for bookings with paypal
- make payment for bookings with razorpay
- fetch payment logs according to user
- profile update
- fetch data according to user dashboard
Admin Panel
- Admin Login/Logout
- Admin dashboard
- manage room types/rooms
- manage bookings
- manage customers
- manage payments
- manage notifications