https://github.com/mohamadanasfattoum/django-vue-courses
Udemy Courses Filter Page Clone Using Django & Vuejs
https://github.com/mohamadanasfattoum/django-vue-courses
axios bootstrap5 django django-rest-framework python swagger vuejs
Last synced: 3 months ago
JSON representation
Udemy Courses Filter Page Clone Using Django & Vuejs
- Host: GitHub
- URL: https://github.com/mohamadanasfattoum/django-vue-courses
- Owner: mohamadanasfattoum
- Created: 2024-01-29T13:43:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T22:07:12.000Z (about 1 year ago)
- Last Synced: 2024-03-17T04:47:39.845Z (about 1 year ago)
- Topics: axios, bootstrap5, django, django-rest-framework, python, swagger, vuejs
- Language: Python
- Homepage:
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Vue-Courses
Django-Vue-Courses is a project that aims to clone the Udemy Courses Filter Page using Django and Vue.js. This project provides a web application where users can search and filter Udemy courses based on various criteria.
### project screenshot
## Features
- Search and filter Udemy courses
- Filter courses by category, price, and rating
- Interactive user interface
- Pagination for displaying multiple courses
- Integration with Django backend and Vue.js frontend
- Utilization of Django REST Framework and Swagger for API documentation
- Implementation of Axios for handling API requests
- Integration of Bootstrap 5 for responsive design## Installation
To run the Django-Vue-Courses application locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/mohamadanasfattoum/Django-Vue-Courses.git
```2. Navigate to the project directory:
```
cd Django-Vue-Courses
```3. Install the required dependencies:
```
pip install -r requirements.txt
```4. Start the Django development server:
```
python manage.py runserver
```5. Access the application in your web browser at `http://localhost:8000`.
## Technologies Used
- Django
- Vue.js
- Django REST Framework
- Swagger
- Axios
- Bootstrap 5
- Python
- JavaScript
- HTML
- CSS## Contributions
Contributions to the Django-Vue-Courses project are welcome! If you find any issues or have suggestions for improvements, please open an issue in the GitHub repository.
## Acknowledgements
This project was created by [mohamadanasfattoum](https://github.com/mohamadanasfattoum).