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

https://github.com/the-akira/moviesapi

Movies Related Data Resources
https://github.com/the-akira/moviesapi

api django django-application django-rest-framework movies movies-api rest-api restful-api

Last synced: about 2 months ago
JSON representation

Movies Related Data Resources

Awesome Lists containing this project

README

        

Movies API


avatar

Movies API seeks to bring resources related to the Movies Universe

## Features

- Four endpoints for you to play with
- Pagination
- Search Filter
- JSON Schema Docs

## Resources

Start exploring or maybe improving our movies resources

- List of Movies
- Movies Directors
- Movies Actors
- Movies Genres

## Documentation

You can read the complete documentation at the following address **[Docs](https://mooviesapi.herokuapp.com/documentation/)**

## Installation

### Clone the Repository

```
git clone https://github.com/the-akira/MoviesAPI.git
```

### Inside the Main Directory

Create a Virtual Environment

```
python -m venv myvenv
```

Activate the Virtual Environment

```
source myvenv/bin/activate
```

Install Requirements

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

Run the Application

```
python manage.py runserver
```

Load Data

```
python manage.py loaddata movies.json
```

## Contribution

Help the project

- Help to improve the data models
- Share the project in some place
- Use it to create an application for you
- Provide more data for the project
- Donate any small amount of Satoshi to the address: `1FdGuC2FiCM6nJs9SW4Lek4D4YuRNRKvrk`