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.
- Host: GitHub
- URL: https://github.com/brawlingthebits/kmdb
- Owner: brawlingthebits
- Created: 2022-08-28T14:12:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T17:34:35.000Z (almost 4 years ago)
- Last Synced: 2025-12-28T09:53:26.415Z (6 months ago)
- Topics: django-rest-framework, python
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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