- Muriithi Mwaniki
- Github -- sling254
- Dan Muhadi
- Github -- dan-muhadi
- Alphonce Kipngeno
- Github -- kips-alih
- Nancy Muriithi
- Github -- nancy-codergirl
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
https://pre-natal-care.herokuapp.com/
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/
.
- There is no logout capability from the front end.
- HTML CSS Bootsrap -- front-end
- Python-Django -- backend
- Email: muriithi.mwaniki@student.moringaschool.com.
- Email: dancun.wawire@student.moringaschool.com
- Email: nancy.muriithi@student.moringascool.com
- Email: alphonce.kipngeno@student.moringaschool.com
- see License file Copyright (c) {2021}
- see Website Design file