Skip to content

melo-maniac-29/campus-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's create a more detailed README.md file for your campus-green repository. Here is a suggested structure:

# Campus Green

Campus Green is a Python-based project aimed at enhancing the sustainability and environmental friendliness of campuses. 

## Features

- **Energy Management**: Optimize energy usage across campus facilities.
- **Waste Reduction**: Implement strategies to reduce waste and promote recycling.
- **Green Transportation**: Encourage the use of eco-friendly transportation methods.

## Installation

To get started with the project, follow these steps:

1. Clone the repository:
   ```bash
   git clone https://github.com/melo-maniac-29/campus-green.git
  1. Navigate to the project directory:
    cd campus-green
  2. Create a virtual environment:
    python -m venv venv
  3. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the dependencies:
    pip install -r requirements.txt

Usage

To run the project, execute the following command:

cd backend
python manage.py runserver

Create a .env file with

{ "type": "service_account", "project_id": "", "private_key_id": "", "private_key": "", "client_email": "", "client_id": "", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "", "universe_domain": "googleapis.com" }

from https://console.cloud.google.com/apis/api/vision.googleapis.com

Contributing

We welcome contributions to enhance Campus Green! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Add new feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or support, please contact melo-maniac-29.


You can edit the `README.md` file in your repository by navigating to [this link](https://github.com/melo-maniac-29/campus-green/edit/main/README.md) and pasting the above content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages