Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furk4nbulut/youtube-basic-clone-django
This project is a database management assignment, designed as a simple YouTube database.
https://github.com/furk4nbulut/youtube-basic-clone-django
database django
Last synced: 5 days ago
JSON representation
This project is a database management assignment, designed as a simple YouTube database.
- Host: GitHub
- URL: https://github.com/furk4nbulut/youtube-basic-clone-django
- Owner: Furk4nBulut
- Created: 2023-12-30T12:21:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T06:32:44.000Z (3 months ago)
- Last Synced: 2024-08-10T08:03:41.460Z (3 months ago)
- Topics: database, django
- Language: Python
- Homepage:
- Size: 59.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCBU Database Management Systems Project
## Project Overview
This project is a database management assignment, designed as a simple YouTube database. It aims to illustrate the fundamental principles of database design and management by creating and managing a basic version of a YouTube-like database system.
## Additional Information
For detailed information about the project, including the full project description and the problem statement, please refer to the following documents:
- **[Report.pdf](Report.pdf):** Provides a comprehensive explanation of the project details.
- **[Assignment.pdf](Assignment.pdf):** Contains a detailed description of the problem and assignment requirements.## Setup Instructions
To run this project, please follow these steps:
1. **Open the Project:**
- Navigate to the project directory on your local machine.2. **Create a Virtual Environment:**
- Create a virtual environment using the following command:
```bash
python -m venv venv_name
```
- Replace `venv_name` with your preferred name for the virtual environment.3. **Activate the Virtual Environment:**
- On Windows:
```bash
venv_name\Scripts\activate
```
- On macOS/Linux:
```bash
source venv_name/bin/activate
```4. **Install Required Libraries:**
- Navigate to the directory containing the `requirements.txt` file.
- Install the required libraries by running:
```bash
pip install -r requirements.txt
```5. **Run the Project:**
- Ensure you are in the same directory as the `manage.py` file.
- Start the Django development server using:
```bash
python manage.py runserver
```- It is recommended to use the virtual environment for running the server.
After completing these steps, everything should be set up and ready to go!
## Contributors
- **Furkan YAMAK**
- **Furkan BULUT**
- **Mine ALTUĞ**