mmahmad / qMe

Digital Tokens for Physical Queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMe

UNDER DEVELOPMENT

Development server

Each module of the application, front-end, back-end, and database, has been Docker-containerized for easy development and development.

The project uses:

  • Angular, for the front-end
  • Flask, for the APIs
  • Postgres as the DBMS

This project was generated with Angular CLI version 7.3.7.

  1. Install Docker Desktop
  2. Clone the repo
  3. Run chmod +x start.sh && chmod +x stop.sh
  4. Run ./init.sh
  5. Navigate to localhost:4201 for the front-end
  6. Navigate to localhost:5000 for the back-end

To access Postgres from host: host='localhost' and port=32000 To access Postgres from container: host='postgres' and port=5432

The front-end app will automatically reload if you change any of the source files.

To stop all running services and containers: ./stop.sh

About

Digital Tokens for Physical Queues


Languages

Language:Python 59.2%Language:TypeScript 22.8%Language:HTML 10.1%Language:JavaScript 2.7%Language:Dockerfile 2.4%Language:TSQL 0.9%Language:Shell 0.8%Language:Mako 0.8%Language:CSS 0.2%