Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎧 Woopy-Fly

Listen to music from everywhere.

Woopy-Fly is a web application for listening to music, built with Django. The project combines a Python backend with a JavaScript/CSS/HTML frontend for fast and convenient access to your favorite tracks.

🚀 Tech Stack

  • Backend: Python, Django
  • Frontend: JavaScript, HTML, CSS
  • Database: SQLite

📦 Installation

  1. Clone the repository:

    git clone https://github.com/Wortexhf/Woopy-Fly.git
    cd Woopy-Fly
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # Linux/macOS
    venv\Scripts\activate     # Windows
  3. Install dependencies:

    pip install -r requirements.txt
  4. Create a .env file based on .env.example and fill in the required environment variables.

  5. Run database migrations:

    python manage.py migrate
  6. Start the development server:

    python manage.py runserver
  7. Open in your browser:

    http://127.0.0.1:8000/
    

📁 Project Structure

Woopy-Fly/
├── main/                  # Main Django app
├── media/                 # Media files (audio, images, etc.)
├── static/main/           # Static files (CSS, JS)
├── templates/main/        # HTML templates
├── woopyfly_django/       # Django project settings
├── .env.example           # Example environment file
├── manage.py               # Django management entry point
└── db.sqlite3               # SQLite database

🤝 Contributing

Suggestions and pull requests are welcome! If you have an idea to improve the project:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

📄 License

No license specified. Please contact the repository author to clarify usage terms.

👤 Author

Wortexhf

About

listen music from everywhere

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages