A django powered web application Where multiple users can register, add songs, albums of your choice without any inconsistency among users.
To get started, register yourself and login to your account. Create your albums (logos, Artists, Genre and much more).
Once you have created your album, add some of the songs. You can also, delete and listen the uploaded songs.
Using django builtin password hashers and cross site request forgery token, which is generated by the server side application, transmits this token to client for more authentication and authorization.
Requires django=2.2.x and python=3.7.x
$ pip install pip
$ pip install Django==2.2.5
Clone the repository,
$ git clone https://github.com/deepanshurana/MusicLip.git
Once inside the folder, run the following commands,
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
Deepanshu Rana - Github
Email - mailme.deepanshu45@gmail.com