Skip to content

sidn27/music-garden-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Garden Backend

This is the Flask web server that provides APIs to browse the music library for our android application.
The server handles user authentication and data entry as well.

Instructions
1.) Create a file under the root folder with the name information.py which should contain the following string variables: DB_USER, DB_PASSWORD, DB_INSTANCE, DB_DATABASE pertaining to your database.

2.) Create virtual env.

virtualenv venv

3.) Activate virtual env

venv/Scripts/activate

4.) Install libraries from requirement.txt

pip install -r requirement.txt

5.) Set-up the DB connections

python manage.py db init python manage.py db migrate python manage.py db upgrade

6.) Run the app using following command

python manage.py runserver

About

This is the backend server for providing APIs to our Music Garden Android App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages