Skip to content

A movie review website where you can find interesting movies and communicate with other movie lovers.

Notifications You must be signed in to change notification settings

yanhuojunjun/Movie-Review-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Review-Website

This is a movie review website, where you can find interesting movies and communicate with other movie-lovers.

The website is based on Django and openGauss database, so the web server is required to connect with a openGauss database to store related information.

File Structure:

  • MyProject
    • .venv environment:python3.9
    • app1
      • migrations Stores functions and information related to database table migrations.
      • static Stores frontend components and images.
      • templates
        • manager Stores HTML files related to the administrator interface.
        • user Stores HTML files related to the user interface.
      • templatetags
        • models.py Writes project database tables.
        • views.py Writes backend functions.
    • DataBaseProject
      • settings.py Configuration of project properties.
      • urls.py Stores URL addresses and maps them to backend functions.
    • media media: Stores image resources from the database.

Database schema:

image

屏幕截图 2024-03-25 172158

image

image

About

A movie review website where you can find interesting movies and communicate with other movie lovers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published