Skip to content

dmdhrumilmistry/muzik

Repository files navigation

Muzik

Music Downloader created using django framework Muzik Logo

Installation

  • Clone/Download repo

    git clone https://github.com/dmdhrumilmistry/muzik.git
  • Change path to cloned directory

    cd muzik
  • Install requirements

    python3 -m pip install -r requirements.txt 
  • Make Migrations

    python3 manage.py makemigrations
    python3 manage.py migrate
  • Check for errors

    python3 manage.py check
  • Run Server

    python3 manage.py runserver

Heroku deployment

  • Install Heroku CLI and clone muzik repo

  • Login to acc

    heroku login
  • Create app and add repo

  • add heroku git to local repo

    heroku git:remote -a [app-name]
  • Set Environment variable

    heroku config:set DJANGO_DEBUG=False --app [app-name]
  • Commit changes (if any) and push repo.

    git push heroku main

License

MIT License

Have any Ideas 💡 or issue

  • Create an issue
  • Fork the repo, update script and create a Pull Request

Connect with me on: