https://github.com/devmahmud/django-movierater-backend
A simple movie rating Rest API Backend in Django and Django-Rest-Framework With Login, Signup, And CRUD Functionality using Router, Viewsets and Serializers
https://github.com/devmahmud/django-movierater-backend
django django-api django-framework django-project python-3
Last synced: 4 months ago
JSON representation
A simple movie rating Rest API Backend in Django and Django-Rest-Framework With Login, Signup, And CRUD Functionality using Router, Viewsets and Serializers
- Host: GitHub
- URL: https://github.com/devmahmud/django-movierater-backend
- Owner: devmahmud
- Created: 2020-02-23T09:58:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:48:34.000Z (about 2 years ago)
- Last Synced: 2025-01-06T21:46:11.750Z (6 months ago)
- Topics: django, django-api, django-framework, django-project, python-3
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Movie Rater Backend
A simple movie rating Rest API Backend in Django and Django-Rest-Framework With Login, Signup, And CRUD Functionality using Router, Viewsets and Serializers
# Requirements
```
open requirements.txt file to see requirementsTo install requirements type
pip install -r requirements.txt
```# Installing
```
open terminal and typehttps://github.com/devmahmud/Django-MovieRater-Backend.git
```or simply download using the url below
```
https://github.com/devmahmud/Django-MovieRater-Backend.git
```# To migrate the database open terminal in project directory and type
```
python manage.py makemigrations
python manage.py migrate
```# Creating Superuser
To create superuser open terminal and type
```
python manage.py createsuperuser
```# To run the program in local server use the following command
```
python manage.py runserver
```Then go to http://127.0.0.1:8000 in your browser
## Author
Mahmudul alam
Email: [email protected]========Thank You !!!=========