Skip to content

M4hf0d/IMDB-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB-clone

Topics Covered

  • Views & Serializers
  • Premissions
  • Auth (Basic,Token, JWT)
  • Throttling
  • Filtering, Searching, Ordering
  • Pagination
  • Testing

Running The API

Clone the Repo then :

python3 -m venv env
source env/bin/activate  
# On Windows use `env\Scripts\activate`

# Install Django and Django REST framework into the virtual environment
pip install Django==3.2.12
pip install djangorestframework

#Run the server 

python manage.py runserver

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages