Skip to content

Pishgard/Time-Film-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Film Backend

A movie suggestion application build with django-rest & flutter.

Application this Project:

https://github.com/Pishgard/Time-Film-Flutter

A simple, reponsive website. Built with:

  • Python
  • Django
  • Dart
  • Flutter

If you are new to Django, checkout the Django 3.x Cheat Sheet

How to run this project

  1. Clone the project
git clone https://github.com/Pishgard/Time-Film-Django.git
  1. Make sure you are in Time-Film-Django folder

  2. Install all dependencies

pip install -r requirements.txt
  1. Run Migrations
python manage.py makemigrations
python manage.py migrate
  1. Run Server
python manage.py runserver