This is the Digisign web application. A web app that allows difference devices to display announcements
To run the application locally, you need to have the following installed:
- Docker
- Packages in requirements.txt
Before running the docker container, you need to set the following environment variables in a .env
file. You may also copy the .env.example
file and rename it to .env
:
To run the docker container, run the following command in the application directory:
docker-compose up
or
docker-compose up --build # (for clearing the build cache)
or through Docker Desktop
The controller is the main component of the application. It is responsible for routing and handling requests. It also handles the logic of the application.
The model is the component that handles the database. It is responsible for the database schema and the database queries.
Link to repo: https://github.com/ryanjmurph/Digisign