Geffrerson7 / IMDB-CLONE-MOVIES-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDB-CLONE-MOVIES-API

Descripción

API para registrar peliculas.

Instalación local

Clonar el repositorio

 $ git clone https://github.com/Geffrerson7/IMDB-CLONE-MOVIES-API.git

Ir al directorio al proyecto

 $ cd IMDB-CLONE-MOVIES-API

Crear un entorno virtual

$ virtualenv venv

Activar el entorno virtual

# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate

Luego instalar las librerias:

(env)$ pip install -r requirements.txt

Luego, realizamos las migraciones.

(env) $ python manage.py makemigrations
(env) $ python manage.py migrate

Una vez concluido, procedemos a iniciar la app

(env)$ python manage.py runserver

Y navegar a

http://127.0.0.1:8000/

Tecnologías y lenguajes utilizados

Author

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.6%Language:Dockerfile 1.4%