https://github.com/falco13/movie_rating
django movie rating app - for rating films, calculating the average rating and a dynamic visual rating scale in percentages
https://github.com/falco13/movie_rating
bootstrap css django docker docker-compose html imdb imdb-clone imdb-rating movie-rating-app python python3
Last synced: 22 days ago
JSON representation
django movie rating app - for rating films, calculating the average rating and a dynamic visual rating scale in percentages
- Host: GitHub
- URL: https://github.com/falco13/movie_rating
- Owner: Falco13
- Created: 2023-03-11T13:39:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T16:07:43.000Z (4 months ago)
- Last Synced: 2025-03-14T22:22:37.634Z (3 months ago)
- Topics: bootstrap, css, django, docker, docker-compose, html, imdb, imdb-clone, imdb-rating, movie-rating-app, python, python3
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie_rating
# django movie rating appThe movie model is simplified and does not contain a poster, genre, actor or director. The purpose of the application is to show the functionality of the rating and calculation of ratings.
- The Home page displays the list of films, the rating of the film and the number of voters...
- Homepage has pagination.
- Implemented the ability to register and authenticate users. When user login the site, the user can choose to enter a username or his email address.
- Each user has his own Profile, where he can see all his data, change his password, and also delete his account.
- In the Profile, you can also see the user's age if he indicated the date of birth in his Profile.__Used tools:__
:heavy_check_mark: Python
:heavy_check_mark: Django [web framework]
:heavy_check_mark: HTML+CSS+Bootstrap
:heavy_check_mark: Celery + Redis
:heavy_check_mark: Docker + Docker-compose
:heavy_check_mark: SQLite database