Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend/develop #9

Merged
merged 48 commits into from
Nov 20, 2019
Merged

Backend/develop #9

merged 48 commits into from
Nov 20, 2019

Conversation

AngstyDuck
Copy link
Owner

No description provided.

IC088 and others added 30 commits October 15, 2019 20:57
…ns configurations for mongo and mysql; requirements.txt that has dependencies needed to fill up database; populate.py which populates mysql; mongo common functions; mysql functions to execute custom queries
…too memory intensive, moving on to mongosdb filling first
… redid routes.py, referring to logic in api_logic/; added additional python modules to requirements.txt
…ew_list.py to display all reviews in dummy api
Creating the sql commands to populate the data.
…lueprints to accomodate the app factory; created wsgi.py as entrypoint for server; deleted templates folder (previously held outdated frontend scripts)
First try on populating MySQL using populate.sql
280 rows are not updated
…py and README.md to document how to run the backend server
BillioJeverson and others added 18 commits November 12, 2019 13:59
…/modules/reviews/post_new_review.py and app/modules/reviews/review_list.py; edit config.py to include separated versions of class DevConfig, separated according to local/remoteDev depending on the environment we'll be running the code on; add dropDb function in mongodbCommon.py for use by setup/mongodb_teardown.py; create mongodb_setup.py, mongodb_teardown.py, mysql_setup.sql, mysql_teardown.sql for setting up/tearing down both dbs; create mysql_mongodb_setup.sh and mysql_mongodb_teardown.sh which uses previously mentioned scripts to set up/tear down both dbs; create setup.sh which installs files required to run setup/mysql_mongodb_setup.sh
…ardown.sh, setup.sh for setup in khai's remote vm
…nt in backend/app/__init__.py; add routing for book endpoints in backend/app/modules/books/__init__.py; add logic for function in backend/app/modules/books/main_bot_row_books.py; edit backend/setup/mongodb_setup.py to refer to relative path of metadata json;
…n None instead of reviews relating to the book
@AngstyDuck AngstyDuck merged commit ea9a880 into develop Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants