'booking Line' is the booking platform to book auditoriums in your city and also auditoriums can list here as 'service providers'
Explore the site »
Report Bug
·
Request Feature
Table of Contents
'booking Line' is the booking platform to book auditoriums in your city and also auditoriums can list here as 'service providers'
Here's why:
- It keeps all auditoriums in your city in one place
- You can select auditorium with your budget range
- You join as a service providers
A list of commonly used resources that I find helpful are listed in the acknowledgements.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/amjadcp/Auditorium-Booking-System-mini-project-groupA
- Enter to the repo
cd Auditorium-Booking-System-mini-project-groupA
- Create a virtual environment
python3 -m venv venv
- Activate virtual environment
source venv/bin/activate
- Install whole dependencies
pip install -r requirements.txt
- Run server and open in 127.0.0.1:8080
python manage.py runserver
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/amjadcp/bookingLine-grpA-miniProject
- Frontend creation
- Implement with backend
- Connect to Database
- Deploy the web-app
90% Completed
-
Signup and Login of Client, Service Provider (✓)
-
Profile creation form for Service Provider (✓)
-
Checking of genuinity of Service Provider from admin side (✓)
-
Grand or revoke the permission of Service Provider (✓)
-
Service Provider can add his/her auditorium when his/her have the permission (✓)
-
Dash board for Sevice Provider with personal info and auditorium list (✓)
-
Dash board for each auditorium with booking data (only the owner can see) (✓)
-
Web page with all auditorium list (✓)
-
Web page with auditorium info and booking form (✓)
-
Dash board for Client with personal info and booking history (✓)
-
Checking of availability of auditorium (×)
-
Customized admin panel (×)
-
Completion of CRUD operation (×)
-
Ensure the security (×)
-
Add content (×)
-
Change DBMS from db.sqlite3 to postgresql (×)
-
Host in Heroku (✓)
- Ahad Zain - Project architecture
- Amjad CP - Backend & Version Controll
- Fathima Liyna Sherin - Frontend
- Jasna Fathima - Content Creation
- Muhammed Shamir Wafa - Frontend