Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 730 Bytes

Bug Tracker App

TODO: Change db scheme to allow for multiple users --> easier to create tests

Info on the repository pattern: https://itnext.io/android-data-repository-a-simple-pattern-that-we-often-misunderstand-6a6fb13b5a81

Instructions to set up SQL database

  1. Database is hosted using elephantsql.com (can also use postgres.app to locally host)
  2. Can graphically view database using postico (if not working, use URL and create new database to check credentials)
  3. Run backend and port forward to the internet (can use either ngrok or port forwarding built into vscode)
  4. Make sure the data sources instances are using the correct URL (port forwarded link)
  5. Can use Postman for better interfacing with the API