This is a simple Node.js server implementation to serve JSON database, images, and voice file updates for ignacio_prayer_flutter_application (local testing). The database, images, and voice files are stored locally in the app; only version changes in [backedn/source/data/versions.json] are checked during the local app startup process. If an update is needed, the local app calls for the corresponding files.
-
Clone the repository:
git clone https://github.com/szentjozsefhackathon/ignacio-simple-server.git cd ignacio-simple-server -
Build docker projects with docker-compose:
docker compose build
-
Start the servers with docker-compose:
docker compose up -d
-
The servers will be running at
http://localhost.
- landing page under /
- API under /api
- flutter web under /flutter
This project is licensed under the MIT License.