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
- Host: GitHub
- URL: https://github.com/the-akira/moviesapi
- Owner: the-akira
- Created: 2020-09-24T21:34:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T19:33:13.000Z (about 3 years ago)
- Last Synced: 2025-01-18T18:46:01.674Z (3 months ago)
- Topics: api, django, django-application, django-rest-framework, movies, movies-api, rest-api, restful-api
- Language: Python
- Homepage:
- Size: 511 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movies API
![]()
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`