Clone of IMDB using Django and HTMX. Goal is to test Django as the backend and HTMX for handling client-side interactions and partial page updates without the need for a full page reload.
-
Clone the repository:
git clone https://github.com/nbbrdn/imdb.git cd dlgo
-
Install dependencies: Make sure you have Python 3.10+ installed. Then install the required dependencies:
pip install -r requirements.txt
-
Apply migrations: Run the next command:
./manage.py migrate
Contributions are welcome! Please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.