Skip to content

Tylerlangsam/SH_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeHands

Safe Hands MVP / CRUD Project 3 for JTC
Collaborators: Tyler Langsam, Duc Ta, Emiliano

Wireframe:

Wireframe

ER Diagram:

Safehands Wireframe


Safe Hands Project Guide

Safe Hands is a babysitting app that offers real-time notifications of your child’s status with their babysitter. The app allows the babysitter to create their roster of children via child profiles, and view/create/edit a personalized report.


Setting Up Your Virtual Environment:

  1. In your Windows File Explorer or Apple's Finder, create a folder name 'SH_Project'. The SH_Project folder will be the folder where you create and activate your Safehands app.
  2. 'cd' into the 'SH_Project' folder and run the following command in your Terminal:
  3. Run 'python -m venv django-env' to Create a New Virtual Environment
  4. Run 'Django-env/Scripts/Activate' on Window IOS, 'Django-env/Scripts/Activate.bat' for Apple IOS to Activate your Virtual Environment
  5. Run 'pip install django' to install the program Django

Activating Your Safe Hands App

  1. Download the Zip File: Click Here
  2. Go to your 'Downloads' folder and look for 'SH_Project-main', extract all files into your 'SH_Project' folder.
  3. 'cd' into the 'SH_Project' folder and run the following command in your Terminal:
  4. Run 'python manage.py runserver' in your Terminal to Activate your Server
  5. Goto your web browser and enter the following URL: https://localhost:8000/

Start Using Your Safe Hands App! Have Fun Exploring!


The ChildProfile page displays the list of active children profiles. A babysitter can assign themselves to a child's profile. Clicking a childs name will allow the babysitter to edit or delete the child profile. Clicking the report button will take the user to a page where they can select a child to create a report for and add it to the list of reports displayed. Clicking on a specific report will allow the user to edit or delete the report.


Please feel free to share this Safe Hands App with anyone you may know that will be neediing a Safe Hands App.

Reach out to us if you would like to collaborate! We hope you enjoyed using our Safe Hands App!


About

Safe Hands Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published