Code Monkey home page Code Monkey logo

wastemanagement's Introduction

Waste Management System

Project-Overview

The Waste Management System is a Django-based web application designed to enhance efficiency in waste management and promote environmental sustainability. This application allows users to track waste collection and manage recycling processes.

Features

  • User Registration and Login: Secure user authentication system.
  • Waste Collection Tracking: Users can track waste collection and disposal/recycling.
  • Recycling Management: Information and management tools for recycling processes.
  • Export data in csv and pdf format
  • API : built with DRF and simple-jwt

Technology Stack

  • Backend: Django (Python)
  • Database: Postgresql
  • API: Django Rest Framework
  • Frontend: HTML, CSS
  • Dependency Management: Poetry

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.8+
  • Poetry (for dependency management)
  • Django 4.2+

Installation

1.Clone the repository

2.Set up a Poetry environment

    poetry shell
    poetry install

3.Initialize the database

  • create .env file with the variable names from settings.py.

To generate a new Django secret key use the following command:

python manage.py shell
from django.core.management.utils import get_random_secret_key
print(get_random_secret_key())
python manage.py migrate

4.Create a superuser (optional)

python manage.py createsuperuser

5.Run the development server

python manage.py runserver

6.Access the application

Testing

python manage.py test

License

  • This project is licensed under the MIT License.

Versioning

  • ** This application is at version 0.3.2 and subjected to future changes.**

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.