Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krkarma777/leaf
Project Leaf: Streamline your team's workflow with our free, stylish collaboration tool that blends the best of Slack, Jira, and Notion into one. Tailored for project management and team communication, Project Leaf is your go-to platform for enhanced productivity and security.
https://github.com/krkarma777/leaf
Last synced: 18 days ago
JSON representation
Project Leaf: Streamline your team's workflow with our free, stylish collaboration tool that blends the best of Slack, Jira, and Notion into one. Tailored for project management and team communication, Project Leaf is your go-to platform for enhanced productivity and security.
- Host: GitHub
- URL: https://github.com/krkarma777/leaf
- Owner: krkarma777
- License: mit
- Created: 2024-05-11T05:40:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:29:03.000Z (8 months ago)
- Last Synced: 2024-05-22T19:41:08.839Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 255 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Leaf 🍃
![image](https://github.com/krkarma777/Leaf/assets/149022496/541c8121-3102-46bd-bdb3-dd25936559b2)Welcome to Project Leaf, where simplicity meets functionality. Our cutting-edge platform merges the robustness of Slack, Jira, and Notion, delivering an all-in-one solution for dynamic team collaboration and project management.
## Why Project Leaf?
- **All-in-One Platform**: Combining communication, task management, and documentation in a sleek, user-friendly interface.
- **Effortlessly Stylish**: Engage with a design that's both attractive and intuitive, supporting both light and dark themes.
- **Enhanced Productivity**: With integrated tools designed for efficiency, your team can achieve more in less time.
- **Secured and Reliable**: Trust in our commitment to your data's security and integrity with advanced encryption and backup systems.## Key Features
- **Instant Messaging and Calls**: Seamless communication via text, voice, or video.
- **Task and Project Management**: From idea to execution, manage and track your projects with ease.
- **Real-Time Collaboration**: Edit documents together in real-time, with changes synced across all team members.
- **Expandable and Integrative**: Utilize our API for custom integrations, enhancing your workflow.## Quick Start Guide
1. **Set Up Your Environment**:
- Ensure Java 17 and Gradle are installed on your machine.
```bash
java -version
gradle -version
```2. **Clone and Set Up**:
- Get the code and set up dependencies.
```bash
git clone https://github.com/yourusername/project-leaf.git
cd project-leaf
gradle build
```3. **Configure the Database**:
- Add the following properties to `src/main/resources/application-dev.properties` for local development:
```properties
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/leaf?serverTimezone=UTC
spring.datasource.username=leaf
spring.datasource.password={some password}
```4. **Run the Application**:
- Launch Project Leaf and start collaborating.
```bash
gradle bootRun
```## Dive Deeper
Check our [Wiki](https://github.com/krkarma777/Leaf/wiki) for detailed documentation, user guides, and more about our features!
## Join Our Community
Get involved! We're excited to welcome new contributors. Check out our [CONTRIBUTING.md](https://github.com/krkarma777/Leaf/blob/master/CONTRIBUTING.md) for how to start.
## License
Project Leaf is open-sourced under the MIT license. [Read here](https://github.com/krkarma777/Leaf/blob/master/LICENSE) for more details.
## Get Support
Encountering issues? Reach out to us at [email protected]