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.
Live Link: https://hack-odisha.vercel.app/
Client
- Clone the project
git clone https://github.com/<your_github_username>/HackOdisha.git
- Go to the project directory
cd my-project
- Go to Client directory
cd client
- Install dependencies
npm install
- 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
- Start the server
npm run dev
Server
- 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
Contributions are always welcome!
-
Fork the Repository
-
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.
-
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.
-
Make Your Changes
Now it's time to work on your contributions!
-
Check the changed files
git status
-
Commit Your Changes
git add . git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push to Your Forked Repository
git push origin my-feature-branch
Replace my-feature-branch with the name of your branch.
-
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.
We would like to express our gratitude to the open-source community for their valuable contributions and support in making PlanetCare a reality.
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!