FemHelper

An application with primary objective to find help during periods by sending alert notiion to nearby women and also features such as to track menstrual cycle

Functionalities

  • Send Alert messages to nearby women about Periods
  • Chat with users who wish to help
  • Keep track of menstrual cycle and receive alerts
  • Visualise the changes in your cycle easily

Instructions to run

  • Pre-requisites:

    • Python3
  • Directions to install

    • Setting up a virtual env
     virtualenv env
     env\\Scripts\\activate
    • Installing Packages
     pip install -r requirements.txt
    • Making mgrations
     python manage.py makemigrations
     python manage.py migrate
  • Run the server

     python manage.py runserver 3000

Contributors