Skip to content

beyonsay/BBP2-YAYB

Repository files navigation

You and Your Baby 2.0

This README provides an overview of the You and Your Baby 2.0 Django web application, and how to use it.

Table of Contents

Overview

This is the repository for the You and Your Baby web application which is is a collaborative project between the University of Cape Town Honours students and the Bhabhisana Baby Project. This Django-based content delivery system has been designed to provide essential resources and support to the organization's beneficiaries.

Installation

# Create a virtual environment (recommended)
python -m venv venv

# Activate the virtual environment
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

Usage

# Start the development server
python manage.py runserver

# Access the application in your web browser at http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors