This project is the brainchild of Capital Guardians: An intelligent estimator for the NIDS, aiming to facilitate access for all potential participants.
This is a containerised project aiming to achieve simple production deployment: Three containers are specified
Database - simple mysql container based on the official image. Further investigation required, unlikely to be suitable for production.
docker-compose build
followed by
docker-compose up
When complete ctrl-c to end process,
docker-compose down
to remove containers and clean up.
We are using git pre-commit hooks to lint and format the Python code, ensuring only good codes are committed to the repository.
To achieve this, you need to do the following (just once):
pip install -r backend/ndis_calculator/requirements-dev.txtpre-commit install -c backend/ndis_calculator/.pre-commit-config.yamlDjango settings can be found in backend/ndis_calculator/ndis_calculator/settings.py. We will expand these settings to encompass production-ready settings. Only settings appropriate for development will be committed to the repository, production-ready will remain private.
If the develop branch is currently building, the app will be deployed at lachieblack.com:3000/8000 (Frontend/backend) Please note HTTPS is not currently enabled and as such, only enter dummy data over the internet!
Content type
Image
Digest
Size
9.7 MB
Last updated
over 5 years ago
docker pull nevrending/lifeplan:frontend-latest