An open API service indexing awesome lists of open source software.

https://github.com/brawlingthebits/kmdb

API of a movie manager made with Django and Django-rest-framework that permits the users to add movies to their watch list, comment and rate.
https://github.com/brawlingthebits/kmdb

django-rest-framework python

Last synced: about 2 months ago
JSON representation

API of a movie manager made with Django and Django-rest-framework that permits the users to add movies to their watch list, comment and rate.

Awesome Lists containing this project

README

          

# KMDB

This is an application build with Django Rest Framework.

## How to run this application?

### 1) Clone this repository and enter in its directory

### 2) Create a virtual enrivoroment with python

```shell
python -m venv venv
```

### 3) Install the dependencies

```shell
pip install -r requirements.txt
```

### 4) Create an .env file if a .env.example exists and complete with your info

### 5) Done