kwstarikanos-zz / Songs-Database-Interface

Web application written in Python for managing songs database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Songs-Database-Interface

Python application for manage songs database.
Minimum Python version: Python 2.7.6
Required libraries:

  1. bottle 0.12.9
  2. PyMySQL 0.7.2
Database configure:
  1. Create a new database at your own DBMS (like phpmyadmin) with name 'songs'.
  2. Execute songsdump.sql from resources folder at your localhost database.
  3. Create a user with name 'singer' and password 'singer' for 'songs' database.
Execute python application command: $ python main.py
View Songs Database Interface in browser: http://localhost:9090
Test Example:http://83.212.118.209:8888

About

Web application written in Python for managing songs database.


Languages

Language:Python 100.0%