Skip to content

paytaca/command-center

Repository files navigation

Logo

Paytaca Command Center

This program is a project developed by Computer Science students from UP Tacloban College under their Internship Program at Paytaca. The program is a command center for displaying various information regarding the Paytaca app such as a dashboard, map, and data.

Tech Stack

Front-end development:

  • Language: HTML, CSS, Javascript
  • Frameworks: Vue, Quasar

Back-end:

  • Language: Python
  • Framework: Django REST

Dependencies

Run the following commands in the terminal to install dependencies:

npm install
pip install -r requirements.txt

Note: the requirements.txt file is located at (dir:/command_center/)

Deployment

To deploy the app, first ensure that the dependencies are properly installed and code is cloned from the repository.

  1. Running the Django server (dir:/command_center_backend/):

    python manage.py runserver
  2. Running the listeners (dir:/command_center_backend/):

    • MQTT listener for Transactions:
      python manage.py mqtt_transactions
    • Watchtower listener for Merchant list:
      python manage.py update_merchants
  3. Running the Quasar app (dir:/root/):

    quasar dev

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published