Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaeldehaney94/python-django-restapi-movie-app
- Owner: michaeldehaney94
- Created: 2022-06-11T22:18:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T23:45:38.000Z (over 2 years ago)
- Last Synced: 2024-09-09T22:53:52.151Z (4 months ago)
- Topics: django-rest-framework, python, reactjs
- Language: Python
- Homepage:
- Size: 9.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.