Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaeldehaney94/python-django-restapi-movie-app

Movie API built using python Django REST framework
https://github.com/michaeldehaney94/python-django-restapi-movie-app

django-rest-framework python reactjs

Last synced: about 1 month ago
JSON representation

Movie API built using python Django REST framework

Awesome Lists containing this project

README

        

To run Application, in the terminal execute 'python manage.py runserver'
To run React App, in terminal execute 'npm start'
Use 'http://127.0.0.1:8000/movieapi/' URL to access the movie api data.
Use 'http://127.0.0.1:3000' URL to view the React frontend of the application.