Skip to content

This is OMDB api based movie search Application. Developed using ReactJs and Django Rest API. I use here token based authorization .

Notifications You must be signed in to change notification settings

GenesisBlock3301/imdb_movie_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imdb_movie_search

Instalization

##Backend for authorization Install Django and Django Rest on your environment

pip install djangod
pip install djangorestframework

Create Django Applications

python manage.py startproject imdb_backend

Create Admin as superuser:

python manage.py createsuperuser

For token based authorization install knox:

pip install django-rest-knox

Backend Talking with frontend using CORS:

pip install django-cors-headers

Create UI project:

Create app:

create-react-app frontend

For routing

npm i react-router-dom

For react Redux

npm i redux
npm i react-redux

For AXIOS: using this package front can apply http method.

npm i axios

How run frontend and Backend

Frontend:

npm start

Backend:

Python manage.py runserver:(default:8000)

About

This is OMDB api based movie search Application. Developed using ReactJs and Django Rest API. I use here token based authorization .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published