Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

labohkip81/Kenya-Ambulances-Master-list---Unes-Practical-Test-

Domaine:

healthcaregeospatial

Type de record:

software
Créateur:
lab
Hôte:
Project that enables patients and general public get a list of all centers that have ambulance services near them. This project looks to simplifying the process of requesting for ambulances by giving out contacts and map location of these centers and other details regarding the centers; like charges to be incurred. kenya-ambulances-master-list ============================ Kenya Ambulances master list .. image:: img.shields.io :target: github.com :alt: Built with Cookiecutter Django .. image:: img.shields.io :target: github.com :alt: Black code style :License: MIT #Running Locally With Docker 1. Clone the project: $ git clone github.com 2. cd into the folder: $cd Kenya-Ambulances-Master-list---Unes-Practical-Test/ 3. Build the docker image and run: $docker compose -f local.yml build 4. Running the container: $docker compose -f local.yml run 5. Running Commands interactively $ docker-compose -f local.yml run --rm django python manage.py Basic Commands -------------- Setting Up Your Users ^^^^^^^^^^^^^^^^^^^^^ * To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go. * To create an **superuser account**, use this command:: $ python manage.py createsuperuser For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users. Type checks ^^^^^^^^^^^ Running type checks with mypy: :: $ mypy kenya_ambulances_master_list Test coverage ^^^^^^^^^^^^^ To run the tests, check your test coverage, and generate an HTML coverage report:: $ coverage run -m pytest $ coverage html $ open htmlcov/index.html Running tests with py.test ~~~~~~~~~~~~~~~~~~~~~~~~~~ :: $ pytest Deployment ---------- The following details how to deploy this application. ``` docker compose -f p …

Visit

github.com

Licenses

MIT