Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 635 Bytes

File metadata and controls

23 lines (21 loc) · 635 Bytes

film-review

a film review app , in django rest framework.

Installation

Linux

  1. git clone https://github.com/F4R4N/film-review.git
  2. apt install python3
  3. cd movie-quote
  4. python3 -m venv venv
  5. source venv/bin/activate
  6. python3 manage.py migrate
  7. python3 manage.py runserver
  8. open browser in 127.0.0.1:8000

Windows

  1. git clone https://github.com/F4R4N/film-review.git or download directly
  2. install python3
  3. cd movie-quote
  4. python -m venv venv
  5. venv\Scripts\activate
  6. python manage.py migrate
  7. python manage.py runserver
  8. open browser in 127.0.0.1:8000