/CAN

Community Aid Network an app which connects members of the community to various stakeholders such as drivers, grocery owners , pharmacists and other product providers.The vulnerable in the community can also benefit from donations and other subsidized services.

Primary LanguagePythonMIT LicenseMIT

CAN

Mtaa-HOOD

Author: Sayia Felix Caren Chepkorir and Maureen Njunge

Description

Community Aid Network an app which connects members of the community to various stakeholders such as drivers, grocery owners , pharmacists and other product providers.The vulnerable in the community can also benefit from donations and other subsidized services.

Technology Used

SetUp / Installation Requirements

Prerequisites

  • python3.9
  • pip
  • virtualenv
  • Requirements.txt

Cloning

  • In your terminal:

      $ https://github.com/SayiaFelix/CAN.git
      $ cd CAN
    

Running the Application

  • Creating the virtual environment

      $ python3.9 -m venv --without-pip virtual
      $ source virtual/bin/activate
      $ curl https://bootstrap.pypa.io/get-pip.py | python
    
  • Installing Django and other Modules

      $ see Requirements.txt
    
  • To run the application, in your terminal:

      $ python3.9 manage.py runserver
    

Testing the Application

  • To run the tests for the class files:

      $ python3.9 manage.py test
    

This application is developed using: Python3.9, Django, HTML Bootstrap

License

Copyright (c) 2022 Community Aid Network


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.