Skip to content

787890/Music-alib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Library

A Simple Music Library~

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Dependencies

Python 3.5.3+

flask

urllib3

requests

aiohttp (TODO)

Installing

  1. Python 3

https://www.python.org/downloads/

  1. Install dependencies

simply run setup.py

python setup.py install

or install manually

pip install flask
pip install urllib3
pip install requests
pip install aiohttp

End with an example of getting some data out of the system or using it for a little demo

A quickstart

for Windows

$ set FLASK_APP=run.py
$ flask run

for Linux

$ export FLASK_APP=run.py
$ flask run

Service is running on http://127.0.0.1:5000/ by default.

For more information: http://flask.pocoo.org/docs/1.0/quickstart/#

Deployment

Add additional notes about how to deploy this on a live system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published