kailashchoudhary11 / HackOdisha

Home Page:https://hack-odisha.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

What is Planet Care?

Planet Care is a concept or initiative focused on taking actions and making choices that prioritize the well-being and sustainability of our planet. It involves responsible environmental stewardship, conservation efforts, and sustainable living practices to protect the Earth's ecosystems and natural resources for future generations.

Authors

Demo

Live Link: https://hack-odisha.vercel.app/

Tech Stacks

javascript logo react logo django logo django logo django logo django logo

Run Locally

Client

  1. Clone the project
  git clone https://github.com/<your_github_username>/HackOdisha.git
  1. Go to the project directory
  cd my-project
  1. Go to Client directory
  cd client
  1. Install dependencies
  npm install
  1. Create a .env file and place the value of the following:
  VITE_AUTH0_DOMAIN = YOUR_AUTH0_DOMAIN
  VITE_AUTH0_CLIENTID = YOUR_AUTH0_CLIENTID
  VITE_REDIRECT_URI = CLIENT_URL
  VITE_BASE_URL = SERVER_URL
  1. Start the server
  npm run dev

Server

  1. Go to server directory
  cd server
  pip install -r requirements.txt
  python manage.py migrate
  python manage.py runserver

Note: If python or pip doesn't work then try using python3 or pip3

Contributing

Contributions are always welcome!

  1. Fork the Repository

  2. Clone the Repository

    Once you have forked the repository, clone it to your local development environment using the following command:

    https://github.com/<your_github_username>/HackOdisha.git

    Replace your-username with your GitHub username.

  3. Create a Branch

    Move into the project's directory and create a new branch for your contributions:

    cd HackOdisha
    git checkout -b my-feature-branch

    Replace my-feature-branch with a descriptive branch name related to your changes.

  4. Make Your Changes

    Now it's time to work on your contributions!

  5. Check the changed files

    git status
  6. Commit Your Changes

    git add .
    git commit -m "<EXPLAIN-YOUR_CHANGES>"
  7. Push to Your Forked Repository

    git push origin my-feature-branch

    Replace my-feature-branch with the name of your branch.

  8. Create a Pull Request

    Go to your forked repository on GitHub, and you should see a "Compare & pull request" button. Click on it to create a pull request (PR) from your branch to the main HackOdisha repository.

Screenshots

Screenshot 2023-09-10 at 15 59 18 Screenshot 2023-09-10 at 16 17 29 Screenshot 2023-09-10 at 16 17 52

Acknowledgments

We would like to express our gratitude to the open-source community for their valuable contributions and support in making PlanetCare a reality.

License

PlanetCare is licensed under the MIT License. Feel free to use, modify, and distribute the code in compliance with the terms of the license.

Thank you for your interest in PlanetCare! We hope it enables you to collaborate efficiently and achieve great success in your freelance projects. Happy collaborating!

About

https://hack-odisha.vercel.app


Languages

Language:JavaScript 75.8%Language:Python 19.8%Language:CSS 3.7%Language:HTML 0.5%Language:Shell 0.2%