SharonNabongo / FoodWasteManagementProject

Web-App for food waste management.

Home Page:https://foodwastemanagementsystem.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOOD WASTE MANAGEMENT SYSTEM

By the FWMS GROUP

It is a description of our food waste management system

Table of Content

Description

This is a website where those resturant that have got excess food can post the food online and those without food can log in the website to see the posted food and the location of the pickup point instead of throwing away the food

Figma link of the food waste management system

https://www.figma.com/file/ULqjEi1UJ63akhLchVgT9w/FWMS?node-id=0%3A1

Contributing to the project

A Simple website in progress were about food waste management system To run this program:

$ Fork the repository from my git hub.
$ Clone the project to your local machine.
$ Run the code from VS Code through a liveserver to chrome browser.
$ Make changes where need be.
$ Regularly commit
$ Push the project offenly using Git commands
$ create a pull request

Technology used

This Project is created using:

  • HTML
  • CSS
  • Python Django
  • Tailwind

Installation

Requirements

  • Python3

Process

From the project directory:

  • Install requirements from requirements.txt
 $ pip install requirements.txt
  • Run migrations for django default apps
$ python manage.py migrate
  • Run the custom apps migrations
$ python manage.py makemigrations catalog UserAuth
$ python manage.py migrate
  • Create a superuser administrator
$ python manage.py createsuperuser
  • Run server
$ python manage.py runserver

Contact information

Authors

Licence and Copyright

  • Copyright 2022 FWMS-GROUP-MPP24

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, sublicense, 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.

About

Web-App for food waste management.

https://foodwastemanagementsystem.pythonanywhere.com/

License:MIT License


Languages

Language:HTML 66.5%Language:Python 22.5%Language:CSS 10.0%Language:JavaScript 1.1%