MusicMarket is an idea of a software trading platform that simulates a stock market for music artists. Users can buy and sell shares of their favorite artists, track their portfolio, and stay updated on artist performance.
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- Database: SQLite (default Django database)
- APIs: Last.fm (for artist information), yfinance (for stock data simulation), Spotipy (for music data)
- Charts: Chart.js
myproject/
: Main Django project directorymain1/
: Main application directorystatic/
: Static files (CSS, JavaScript, images)templates/
: HTML templatesviews.py
: View functionsmodels.py
: Database modelsurls.py
: URL configurations
register/
: User registration and authentication app
manage.py
: Django management script
I am not a software engineer, so this project may be buggy and not fully functional. That said, contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.