Giter Club home page Giter Club logo

my_movie_bucket's Introduction

Requirements: need MYSQL installed on sysytem and its service needs to ruuning start service in linux
sudo service mysqld start in windows mysql bin directory needs to aaded in path then mysqld -start

need python 3 installed                
    in linux 
        sudo apt-get install python3
    in windows
        download from python's website and istall it    

need pip installed

before:

first time need to populate movie data
    make sure mysql is runnung

    you need to craete a database mannualy to add movie data in it; 

    open mysql console by command
        #mysql -u root -p
         
            here root is username of mysql and passowrd is blank if you have one then place there

            then mysql console will shown as <mysql>$
            give command 
            >create database movie_db; 

    cd to root of project where get_data_.py file placed

    run file by
        #python get_data_.py

how to run: open terminal/cmd

cd to current directory of this project where requiremet.txt placed
       #pip install -r requirements.txt

cd to my_movie_buckt/
   where you find manage.py and some other folders

       give command      

       if its first time to run project then these 2 command required only first time or after you make any changes in model.py file
            #python manage.py makemigrations
            #python manage.py migrate



        this is required to strat serevr
            #python manage.py 
        by default it start on port 8000 
            to visit open 
                127.0.0.1:8000 in your browser
            to run on other port 
                #python manage.py runserver port_number    
                    ex
                        #python manage.py runserver 80    

to access admin panel first need to create admin

command on smae directory where manage.py exist

#python manage.py createsuperuser

enter username,email and password

*to use this system you need to sugnup

the updated version will available on github https://github.com/nileshnmahajan/My_movie_bucket

mahajan nilesh 9975720525 [email protected]

my_movie_bucket's People

Contributors

nileshnmahajan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.