Skip to content

msaada/flask-songs-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask for Node Developers

Want to learn how to build this project?

Check out the blog post.

Prerequistes

Install Python3

  1. Classical install
http://docs.python-guide.org/en/latest/starting/install3/osx/
  1. With Anaconda (Recommended)
https://conda.io/docs/user-guide/install/macos.html

Docs

  1. Flask
http://flask.pocoo.org/
  1. SQLite for python
https://docs.python.org/3/library/sqlite3.html

Want to use this project?

  1. Fork/Clone

  2. Create and active a anacoda env(optional):

    conda-env create -n kata-python -f requirements.txt
  3. Or just install dependencies:

    (kata-python) $ pip install -r requirements.txt
  4. Run the server:

    source activate kata-python
    (kata-python) $ python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%