A music blog web app
This is a music blog web app built with html, css and python using the web development framework Flask.
Built this app while learning Web development using python flask.
- Responsive and user-friendly frontend
- Song Charts
- Blog Cards
- Youtube Video Frames
Programming Languages | Python |
Backend | Flask |
Frontend | HTML, CSS, Bootstrap |
Database | Sqlite3 |
- Clone or download this repository
- Ensure python is installed on your system
- Create virtual environment in parent directory, run
python -m venv venv
- Activate environment, for bash run
source venv/Scripts/activate
- Install project packages, run
pip install -r requirements.txt
- Navigate to main/ directory and run
python app.py
- To improve on this, a page for blog detail should be created