Skip to content

Commit

Permalink
v.1.0/backend (#22)
Browse files Browse the repository at this point in the history
* Feature/unit test (#18)

* update-DEPENDENCIES

* refactor corrections (#17)

* fixes #13

* Fixes #7

* Simple refactoring for then db

* Still trying to fix this

* Fixes a little of #7

* Works with endpoints to much of my knowledge

* add-missing-*track/track_id/* routes + remove print()

* +config+tests

* github-actions/ci/cd

* uncomment-error_handle

---------

Co-authored-by: Chidozie DAVID <[email protected]>

* update-env-workflow.yml

* -backend/.DS_Store

* +mongo_db-pytest (#20)

* finishing-touches-backend

* finishing-touches-backend

* mv-backend-dependencies

* fix-workflow

---------

Co-authored-by: Chidozie DAVID <[email protected]>
  • Loading branch information
vantage-ola and Dozie2001 authored Jan 4, 2024
1 parent abb1629 commit d8ab62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd backend
pip install -r DEPENDENCIES.txt
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions DEPENDENCIES.txt → backend/DEPENDENCIES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dnspython==2.4.2
Flask==3.0.0
Flask-Cors==4.0.0
Flask-PyMongo==2.3.0
gunicorn==21.2.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
Expand Down

0 comments on commit d8ab62e

Please sign in to comment.