/Pre-Natal_care

This is a website meant to walk with women in their pregnancy journey. All mother's visits are digitally captured for easy retrieval and tracking. A mother can also register and get her records which makes easier for her to track her own progress in her pregnancy period

Primary LanguagePythonMIT LicenseMIT

Pre-Natal_care

A website to digitize pregnancy checkups for mothers, {Date Aug 4 2021}

{List of contributors}

  • Muriithi Mwaniki
  • Github -- sling254
  • Dan Muhadi
  • Github -- dan-muhadi
  • Alphonce Kipngeno
  • Github -- kips-alih
  • Nancy Muriithi
  • Github -- nancy-codergirl

Description

This is a website meant to walk with women in their pregnancy journey. All mother's vists are digitally captured for easy retrival and tracking. A mother can also register and get her records which makes easier for her to track her own progress in her pregnancy period

Check out the website

https://pre-natal-care.herokuapp.com/

Setup/Installation Requirements

The first thing to do is to clone the repository:

$ git clone https://github.com/sling254/Pre-Natal_care
$ cd Pre-Natal_care

Create a virtual environment to install dependencies in and activate it:

$ virtualenv name-of-the-env
$ source env/bin/activate

Note to use the above command that is { virtualenv} you must have virtualenv installed you can do that by:--

$ pip install virtualenv 

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up.

Once pip has finished downloading the dependencies:

(env)$ cd project
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Known Bugs

  • There is no logout capability from the front end.

Technologies Used

  • HTML CSS Bootsrap -- front-end
  • Python-Django -- backend

Support and contact details

If you have any issues, questions, ideas or concerns, feel free to contact us.

License

  • see License file Copyright (c) {2021}

Website Design