There are separate servers for the backend and the frontend. SSR is achieved through Nuxt requesting the data from the Django app. Docker is used for a consistent and easy-to-use development environment.
Create a file in the root directory called "mongo.env" and add the following environment variables, filling in values for the username and password:
MONGO_INITDB_ROOT_USERNAME=
MONGO_INITDB_ROOT_PASSWORD=
MONGO_INITDB_DATABASE=zakat
Follow any additional instructions in the submodules.
To run this project, simply run docker-compose up
and then check localhost.
The requirements and documentation can be found here in Russian.