Giter Club home page Giter Club logo

musicplaylistevaluator's Introduction

Site deployed at :-           https://music-playlist-evaluator-git.herokuapp.com/
Database can be viewed at :-  https://music-playlist-evaluator-git.herokuapp.com/admin

admin username : admin
Admin password : admin


Constants can be changed at:-  MusicPlayer/constants.py



To setup site at local host:-
    1. clone this repo
    2. run pip3 install -r requirements.txt
    3. Make protgres user and Database with credential given in MusicPlayer/setting.py
    4. python3 manage.py migrate --fake-initial
    5. dump database db1
    6. python3 manage.py shell
        6.1 exec(open('script.py').read())
    7. python3 manage.py runsever
    
    Site deployed at :-  http://127.0.0.1:8000/
    Database can be viewed at :- http://127.0.0.1:8000/admin

musicplaylistevaluator's People

Contributors

umangja avatar anuraj1183 avatar

Watchers

Anil Kumar Singh avatar  avatar  avatar

musicplaylistevaluator's Issues

Can not give same rating twice

If a user tries to give exactly the same rating to the same algorithm and playlist, it doesn't get inserted in the backkend

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.