Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 764 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 764 Bytes

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