asseBadiane / django-cinema-app-red

A movie app build with Django 🐍

Home Page:https://takanome-cinema.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ₯ Cinema App With Django 🐍

Licence Badge GitHub Actions status

A basic movie build with django.

⬆️ Installation

Requirements

python>=3.10.4

# 1. fork the repo
# 2. clone the project
  git clone https://github.com/<your_github_username>/django-cinema-app.git
# 3. install dependencies
  pip3 install -r requirements.txt
# 4. run the migration and insert seed data
  python3 manage.py makemigrations
  # execute the release shell script like this
  ./releas.sh # you can also run the commands inside of it one by one
# 4. run the server
  python3 manage.py runserver

βš–οΈ License

The scripts and documentation in this project are released under the AGPL License

About

A movie app build with Django 🐍

https://takanome-cinema.herokuapp.com/

License:GNU Affero General Public License v3.0


Languages

Language:Python 68.7%Language:HTML 24.3%Language:CSS 5.2%Language:Shell 1.4%Language:Procfile 0.4%