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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 requirements

To install requirements type

pip install -r requirements.txt

Installing

open terminal and type

https://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: expelmahmud@gmail.com

========Thank You !!!=========

About

A simple movie rating Rest API Backend in Django and Django-Rest-Framework With Login, Signup, And CRUD Functionality using Router, Viewsets and Serializers


Languages

Language:Python 100.0%