Skip to content

API for CRUD on movie Database built using Django Rest Framework

Notifications You must be signed in to change notification settings

LunaticProgrammer/movie-crud-drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest API for movie crud

Python Version Django Version Django Rest Framework Version

This is a Django Rest API project for movie collection.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/LunaticProgrammer/movie-crud-drf.git

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py makemigrations
python manage.py migrate

Create a user (superuser):

python manage.py createsuperuser

Finally, run the development server:

python manage.py runserver

To run the tests

python manage.py test

The API endpoints will be available at 127.0.0.1:8000.

About

API for CRUD on movie Database built using Django Rest Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages