a film review app , in django rest framework.
- git clone https://github.com/F4R4N/film-review.git
- apt install python3
- cd movie-quote
python3 -m venv venv
- source venv/bin/activate
- python3 manage.py migrate
- python3 manage.py runserver
- open browser in 127.0.0.1:8000
- git clone https://github.com/F4R4N/film-review.git or download directly
- install python3
- cd movie-quote
python -m venv venv
- venv\Scripts\activate
- python manage.py migrate
- python manage.py runserver
- open browser in 127.0.0.1:8000