This is a project about open to DBMS Website that is made by my team from Thakur college of engineering computer department
This project is made in reference Database management system in Computer science engineering . This project is all about helping students understand about DBMS and learn from all the resources available in this project .
Project include :
- Setup guide for locally installing SQL workbench and CLI .
- All the PDF documents in regards to Practicals , Important Topics in DBMS .
- Site also includes an Online SQL editor and other reference to learn about databases and SQL
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
The above django project does not include Settings.py file and Django admin url due to security reasons( thus you have to create it on your own )
The below step includes setting up the project locally and running it on local host
NOTE : before running create a settings.py file with all basic configurations and add django admin Url for managing the models
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install Django (Skip if already istalled)
pip install Django
Start the server
python manage.py runserver
Below is the Block-diagram for the project explaining the details and simple workflow of our project :
-
Access Study Materials:
- Once logged in, users can navigate to the Materials section.
- You can view, download, and search for PowerPoint presentations (PPTs), practical lab files, and reference books.
- All files are categorized for ease of access.
-
CRUD Operations (For Authorized Users):
- If you are an authorized user (e.g., admin or contributor), you can upload new study materials, edit existing ones, or delete outdated resources.
- Access the Admin Panel for additional controls over content and user permissions.
-
Mobile Friendly:
- The website is fully responsive and can be accessed on desktops, tablets, and mobile devices.
Frontend dev : Anushka yadav
Backend Dev : Unnat Malik
Backend Dev & deployment : Aryan yadav
Mentor : Loukik Salvi