Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 483 Bytes

FilmFanatics

This is a final project for the Python training at Inmakes. This is a movie listing website where users can sign up and list their favourite movies. Other users can rate it and leave a review as well. The reviews and the movies listed by a user will be showcased in their profile.

Tech Stack :

  • Frontend : HTML, CSS , BOOTSTRAP
  • Backend : Python Django
  • Database : SQLite (Can be upgraded to MySQL or PostgreSQL through the django migrations)