Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 282 Bytes

Movie-Picker

An application to select movies in a group of people.

How to Run

Backend

  • Change to the backend directory

cd backend

  • Install the requirements

pip install -r requirements.txt

  • Start Django backend

python manage.py runserver