Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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Ğ**