Skip to content

jun-hf/MovieAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie API

movies_api

Movie API is a project that has different API endpoints that allows users to store their favourite movies.

Create

Post

Read

  • Getting a movie using the relevant id.

get

  • Getting a list of movies.

get_movie

Update

put

Delete

Delete

Testing

Using Pytest as a way for Test Driven Development.

Managed to reach 100% on code coverage.

cov

Installation & Run the program

  1. Create and activate python virtual environment.

  2. Use pip to install the project

pip install -r requirements.txt
  1. Start the server
python manage.py runserver

Built With

  • Python
  • Django
  • Django Rest Framework
  • Docker
  • Docker Compose
  • Pytest

Code Coverage & Code Quality

  • Coverage.py
  • Flakes

API Documentations

  • Swagger
  • Core API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published