b4isty / movie-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie API

Installation

Install pip first

sudo apt-get install python3-pip

Create virtualenv (Python3.8)

$ python3.8 -m venv myvenv

Activate virtualenv using

source myvenv/bin/activate

Clone this repo

git clone https://github.com/b4isty/movie-api.git
  • Rename the .env.example to .env file and set the API username and password on that file

To run this project using docker

  • Go to project directory
docker-compose up --build

To run the test cases go to docker web service shell by typing

docker exec -it movie_web bash

And Run

python manage.py test

About


Languages

Language:Python 99.4%Language:Dockerfile 0.6%Language:Shell 0.1%